This is the complete list of members for mdbx::cursor::move_result, including all inherited members.
compare_fast(const pair &a, const pair &b) noexcept | mdbx::pair | static |
compare_lexicographically(const pair &a, const pair &b) noexcept | mdbx::pair | static |
done | mdbx::pair_result | |
invalid() noexcept | mdbx::pair | inlinestatic |
key | mdbx::pair | |
move_result(const cursor &cursor, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(cursor &cursor, move_operation operation, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(cursor &cursor, move_operation operation, const slice &key, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(cursor &cursor, move_operation operation, const slice &key, const slice &value, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(const move_result &) noexcept=default | mdbx::cursor::move_result | |
operator stl_pair() const noexcept | mdbx::pair | inline |
operator=(const move_result &) noexcept=default | mdbx::cursor::move_result | |
mdbx::pair_result::operator=(const pair_result &) noexcept=default | mdbx::pair_result | |
mdbx::pair::operator=(const pair &) noexcept=default | mdbx::pair | |
pair(const slice &key, const slice &value) noexcept | mdbx::pair | inline |
pair(const stl_pair &couple) noexcept | mdbx::pair | inline |
pair(const pair &) noexcept=default | mdbx::pair | |
pair_result() noexcept | mdbx::pair_result | inline |
pair_result(const slice &key, const slice &value, bool done) noexcept | mdbx::pair_result | inline |
pair_result(const pair_result &) noexcept=default | mdbx::pair_result | |
stl_pair typedef | mdbx::pair | |
value | mdbx::pair |