C/C++ API Reference
Loading...
Searching...
No Matches
pw::kvs::KeyValueStore::Item Class Reference

Overview

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
 

The documentation for this class was generated from the following file: