Combines pair of slices for key and value to represent result of certain operations. More...
#include <mdbx.h++>
Inherited by mdbx::pair_result.
Public Member Functions | |
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 | |
slice | key |
slice | value |
Combines pair of slices for key and value to represent result of certain operations.
|
defaultnoexcept |
|
inlinenoexcept |
slice mdbx::pair::key |
slice mdbx::pair::value |