Representation of a key-value entry during iteration.
Public Member Functions | |
| const char * | key () const |
| StatusWithSize | Get (span< std::byte > value_buffer, size_t offset_bytes=0) const |
| template<typename Pointer , typename = std::enable_if_t<std::is_pointer<Pointer>::value>> | |
| Status | Get (const Pointer &pointer) const |
| StatusWithSize | ValueSize () const |
Friends | |
| class | iterator |