libmdbx 0.13.2.20 (2024-12-20T11:46:01+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
 
Loading...
Searching...
No Matches
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
 
MDBX_CXX11_CONSTEXPR_ENUM mdbx::key_mode key_mode () const noexcept
 
MDBX_CXX11_CONSTEXPR_ENUM 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: