Set pair of key - value.
198 {
200
203
206
208 {
210 }
211
213 }
T * New()
Alloc a memory block to store T.
void * get(size_t k) const
Get item by key.
static constexpr size_t LEAF_BITS
leaf bits.
static constexpr size_t LEAF_LENGTH
leaf array length.
Spices::ObjectPool< Leaf > m_LeafPool
ObjectPool of Leaf.
static constexpr size_t ROOT_LENGTH
root array length.
std::array< Node *, ROOT_LENGTH > ptrs