Yggdrasill  0.2
ygg::UseRBTree< AdditionalOptions > Class Template Reference

Class used to select the red-black tree as underlying tree for the DynamicSegmentTree. More...

#include <dynamic_segment_tree.hpp>

Inheritance diagram for ygg::UseRBTree< AdditionalOptions >:

Detailed Description

template<class... AdditionalOptions>
class ygg::UseRBTree< AdditionalOptions >

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.

Template Parameters
AdditionalOptionsPass additional TreeFlags to the underlying red-black tree.

The documentation for this class was generated from the following file: