#include <mdbx.h++>
Inherits mdbx::pair.
Public Member Functions | |
estimate_result (const cursor &cursor, move_operation operation) | |
estimate_result (const cursor &cursor, move_operation operation, const slice &key) | |
estimate_result (const cursor &cursor, move_operation operation, const slice &key, const slice &value) | |
estimate_result (const estimate_result &) noexcept=default | |
estimate_result & | operator= (const estimate_result &) noexcept=default |
![]() | |
MDBX_CXX11_CONSTEXPR | pair (const slice &key, const slice &value) noexcept |
MDBX_CXX11_CONSTEXPR | pair (const stl_pair &couple) noexcept |
MDBX_CXX11_CONSTEXPR | operator stl_pair () const noexcept |
pair (const pair &) noexcept=default | |
pair & | operator= (const pair &) noexcept=default |
Public Attributes | |
ptrdiff_t | approximate_quantity |
![]() | |
slice | key |
slice | value |
Additional Inherited Members | |
![]() | |
using | stl_pair = std::pair<slice, slice> |
![]() | |
static MDBX_CXX14_CONSTEXPR pair | invalid () noexcept |
static MDBX_NOTHROW_PURE_FUNCTION MDBX_CXX14_CONSTEXPR intptr_t | compare_fast (const pair &a, const pair &b) noexcept |
Three-way fast non-lexicographically length-based comparison. | |
static MDBX_NOTHROW_PURE_FUNCTION MDBX_CXX14_CONSTEXPR intptr_t | compare_lexicographically (const pair &a, const pair &b) noexcept |
Three-way lexicographically comparison. | |
|
inline |
|
inline |
|
defaultnoexcept |
|
defaultnoexcept |
ptrdiff_t mdbx::cursor::estimate_result::approximate_quantity |