PMDK C++ bindings
1.11
This is the C++ bindings documentation for PMDK's libpmemobj.
|
This is the structure which 'holds' key/value pair. More...
#include <libpmemobj++/experimental/radix_tree.hpp>
This is the structure which 'holds' key/value pair.
The data is not stored as an object within this structure but rather just after the structure (using emplace new). This is done so that we can use inline_string and limit the number of allocations.
Constructors of the leaf structure mimics those of std::pair<const Key, Value>.