Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
lmdb_read_transaction.hpp
Go to the documentation of this file.
1#pragma once
8#include <cstdint>
9#include <cstring>
10#include <exception>
11#include <functional>
12#include <memory>
13#include <vector>
14
15namespace bb::lmdblib {
16
35} // namespace bb::lmdblib
std::shared_ptr< LMDBEnvironment > SharedPtr
LMDBReadTransaction(LMDBReadTransaction &&other)=delete
std::unique_ptr< LMDBReadTransaction > Ptr
LMDBReadTransaction(const LMDBReadTransaction &other)=delete
std::shared_ptr< LMDBReadTransaction > SharedPtr
LMDBReadTransaction & operator=(const LMDBReadTransaction &other)=delete
LMDBReadTransaction & operator=(LMDBReadTransaction &&other)=delete
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13