libmdbx  0.12.10.0 (2024-03-13T14:57:38+03:00)
One of the fastest compact embeddable key-value ACID database without WAL.
mdbx::map_handle::info Struct Reference

#include <mdbx.h++>

Public Member Functions

constexpr info (map_handle::flags flags, map_handle::state state) noexcept
 
 info (const info &) noexcept=default
 
infooperator= (const info &) noexcept=default
 
constexpr ::mdbx::key_mode key_mode () const noexcept
 
constexpr ::mdbx::value_mode value_mode () const noexcept
 

Public Attributes

map_handle::flags flags
 
map_handle::state state
 

Constructor & Destructor Documentation

◆ info()

mdbx::map_handle::info::info ( const info )
defaultnoexcept

Member Function Documentation

◆ operator=()

info& mdbx::map_handle::info::operator= ( const info )
defaultnoexcept

Member Data Documentation

◆ flags

map_handle::flags mdbx::map_handle::info::flags

◆ state

map_handle::state mdbx::map_handle::info::state

The documentation for this struct was generated from the following file: