|
pstore2
|
The address of an instance of this type is passed to the hamt_map ctor to load an existing index, and it is returned by a call to hamt_map::flush(). More...
#include <hamt_map_types.hpp>

Public Attributes | |
| std::array< std::uint8_t, 8 > | signature |
| std::uint64_t | size |
| The number of keys stored in the tree. | |
| address | root |
| The store address of the tree's root node. | |
The address of an instance of this type is passed to the hamt_map ctor to load an existing index, and it is returned by a call to hamt_map::flush().
1.8.13