A handle for an individual database (key-value spaces) in the environment. More...
#include <mdbx.h++>
Classes | |
struct | info |
Public Types | |
using | flags = ::MDBX_db_flags_t |
using | state = ::MDBX_dbi_state_t |
Public Member Functions | |
MDBX_CXX11_CONSTEXPR | map_handle () noexcept |
MDBX_CXX11_CONSTEXPR | map_handle (MDBX_dbi dbi) noexcept |
map_handle (const map_handle &) noexcept=default | |
map_handle & | operator= (const map_handle &) noexcept=default |
operator bool () const noexcept | |
Public Attributes | |
MDBX_dbi | dbi {0} |
A handle for an individual database (key-value spaces) in the environment.
using mdbx::map_handle::flags = ::MDBX_db_flags_t |
using mdbx::map_handle::state = ::MDBX_dbi_state_t |
|
inlinenoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
MDBX_dbi mdbx::map_handle::dbi {0} |