Combines pair of slices for key and value with boolean flag to represent result of certain operations. More...
#include <mdbx.h++>
Inherits mdbx::pair.
Inherited by mdbx::cursor::move_result.
Public Member Functions | |
pair_result (const slice &key, const slice &value, bool done) noexcept | |
pair_result (const pair_result &) noexcept=default | |
pair_result & | operator= (const pair_result &) noexcept=default |
MDBX_CXX14_CONSTEXPR | operator bool () const noexcept |
Public Member Functions inherited from mdbx::pair | |
pair (const slice &key, const slice &value) noexcept | |
pair (const pair &) noexcept=default | |
pair & | operator= (const pair &) noexcept=default |
MDBX_CXX14_CONSTEXPR | operator bool () const noexcept |
Public Attributes | |
bool | done |
Public Attributes inherited from mdbx::pair | |
slice | key |
slice | value |
Combines pair of slices for key and value with boolean flag to represent result of certain operations.
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
bool mdbx::pair_result::done |