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

Class used to select the weight balanced tree as underlying tree for the DynamicSegmentTree. More...

#include <dynamic_segment_tree.hpp>

Inheritance diagram for ygg::UseWBTree< AdditionalOptions >:

Detailed Description

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

Class used to select the weight balanced tree as underlying tree for the DynamicSegmentTree.

Use this class as the TreeSelector template parameter of the DynamicSegmentTree to chose a weight balanced tree (see WBTree) 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: