Yggdrasill
0.2
|
Class used to select the red-black tree as underlying tree for the DynamicSegmentTree. More...
#include <dynamic_segment_tree.hpp>
Class used to select the red-black tree as underlying tree for the DynamicSegmentTree.
Use this class as the TreeSelector template parameter of the DynamicSegmentTree to chose a red-black tree (an RBTree) as underlying tree for the DynamicSegmentTree.
AdditionalOptions | Pass additional TreeFlags to the underlying red-black tree. |