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::cursor::move_result Member List

This is the complete list of members for mdbx::cursor::move_result, including all inherited members.

donemdbx::pair_result
keymdbx::pair
move_result(const cursor &cursor, bool throw_notfound)mdbx::cursor::move_resultinline
move_result(cursor &cursor, move_operation operation, bool throw_notfound)mdbx::cursor::move_resultinline
move_result(cursor &cursor, move_operation operation, const slice &key, bool throw_notfound)mdbx::cursor::move_resultinline
move_result(cursor &cursor, move_operation operation, const slice &key, const slice &value, bool throw_notfound)mdbx::cursor::move_resultinline
move_result(const move_result &) noexcept=defaultmdbx::cursor::move_result
operator=(const move_result &) noexcept=defaultmdbx::cursor::move_result
mdbx::pair_result::operator=(const pair_result &) noexcept=defaultmdbx::pair_result
mdbx::pair::operator=(const pair &) noexcept=defaultmdbx::pair
pair(const slice &key, const slice &value) noexceptmdbx::pairinline
pair(const pair &) noexcept=defaultmdbx::pair
pair_result(const slice &key, const slice &value, bool done) noexceptmdbx::pair_resultinline
pair_result(const pair_result &) noexcept=defaultmdbx::pair_result
valuemdbx::pair