#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 |
|
| 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 |
|
| pair (const slice &key, const slice &value) noexcept |
|
| pair (const pair &) noexcept=default |
|
pair & | operator= (const pair &) noexcept=default |
|
◆ move_result()
mdbx::cursor::move_result::move_result |
( |
const move_result & |
| ) |
|
|
defaultnoexcept |
◆ operator=()
The documentation for this struct was generated from the following file: