#include <mdbx.h++>
Inherits mdbx::pair_result.
|
| move_result (const cursor &cursor, bool throw_notfound) |
|
| move_result (cursor &cursor, move_operation operation, bool throw_notfound) |
|
| move_result (cursor &cursor, move_operation operation, const slice &key, bool throw_notfound) |
|
| move_result (cursor &cursor, move_operation operation, const slice &key, const slice &value, bool throw_notfound) |
|
| move_result (const move_result &) noexcept=default |
|
move_result & | operator= (const move_result &) noexcept=default |
|
constexpr | pair_result () noexcept |
|
constexpr | pair_result (const slice &key, const slice &value, bool done) noexcept |
|
| pair_result (const pair_result &) noexcept=default |
|
pair_result & | operator= (const pair_result &) noexcept=default |
|
constexpr | pair (const slice &key, const slice &value) noexcept |
|
constexpr | pair (const stl_pair &couple) noexcept |
|
constexpr | operator stl_pair () const noexcept |
|
| pair (const pair &) noexcept=default |
|
pair & | operator= (const pair &) noexcept=default |
|
◆ move_result() [1/3]
mdbx::cursor::move_result::move_result |
( |
cursor & |
cursor, |
|
|
move_operation |
operation, |
|
|
bool |
throw_notfound |
|
) |
| |
|
inline |
◆ move_result() [2/3]
◆ move_result() [3/3]
mdbx::cursor::move_result::move_result |
( |
const move_result & |
| ) |
|
|
defaultnoexcept |
◆ operator=()
The documentation for this struct was generated from the following file: