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

Class used to select the Zip Tree tree as underlying tree for the DynamicSegmentTree. More...

#include <dynamic_segment_tree.hpp>

Inheritance diagram for ygg::UseZipTree< AdditionalOptions >:

Detailed Description

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

Class used to select the Zip Tree tree as underlying tree for the DynamicSegmentTree.

Use this class as the TreeSelector template parameter of the DynamicSegmentTree to chose a ZipTree (an ZTree) as underlying tree for the DynamicSegmentTree.

Template Parameters
AdditionalOptionsPass additional TreeFlags to the underlying zip tree.

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