b-tree-plus-alpha
Loading...
Searching...
No Matches
permutation_item.hpp
1#pragma once
2#include "../bp_tree/bp_tree.hpp"
3#include "stool/include/light_stool.hpp"
4
5namespace stool
6{
7 namespace bptree
8 {
15 {
16 uint64_t pointer;
17 uint8_t key;
18
20
21 };
23 {
24 }
25 };
26 }
27}
An implementation of B+-tree.
Definition bp_tree.hpp:24
The value stored in the BPTree of DynamicPermutation.
Definition permutation_item.hpp:15