b-tree-plus-alpha
Loading...
Searching...
No Matches
dynamic_sequence64.hpp File Reference

A dynamic data structure that maintains a sequence of 64-bit non-negative integers. More...

#include "../bp_tree/bp_tree.hpp"
Include dependency graph for dynamic_sequence64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stool::bptree::DynamicSequence64< LEAF_CONTAINER, TREE_DEGREE, LEAF_CONTAINER_MAX_SIZE >
 A dynamic data structure that maintains a sequence of 64-bit non-negative integers. [Unchecked AI's Comment]. More...
 

Typedefs

using stool::bptree::SimpleDynamicSequence64 = DynamicSequence64< stool::NaiveFLCVector<>, 62, 256 >
 

Detailed Description

A dynamic data structure that maintains a sequence of 64-bit non-negative integers.