libmdbx  0.13.0.37 (2024-04-04T17:32:49+03:00)
One of the fastest compact embeddable key-value ACID database without WAL.
mdbx::cursor::estimate_result Member List

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

approximate_quantitymdbx::cursor::estimate_result
compare_fast(const pair &a, const pair &b) noexceptmdbx::pairstatic
compare_lexicographically(const pair &a, const pair &b) noexceptmdbx::pairstatic
estimate_result(const cursor &cursor, move_operation operation)mdbx::cursor::estimate_resultinline
estimate_result(const cursor &cursor, move_operation operation, const slice &key)mdbx::cursor::estimate_resultinline
estimate_result(const cursor &cursor, move_operation operation, const slice &key, const slice &value)mdbx::cursor::estimate_resultinline
estimate_result(const estimate_result &) noexcept=defaultmdbx::cursor::estimate_result
invalid() noexceptmdbx::pairinlinestatic
keymdbx::pair
operator stl_pair() const noexceptmdbx::pairinline
operator=(const estimate_result &) noexcept=defaultmdbx::cursor::estimate_result
mdbx::pair::operator=(const pair &) noexcept=defaultmdbx::pair
pair(const slice &key, const slice &value) noexceptmdbx::pairinline
pair(const stl_pair &couple) noexceptmdbx::pairinline
pair(const pair &) noexcept=defaultmdbx::pair
stl_pair typedefmdbx::pair
valuemdbx::pair