stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::forest_range< I > Struct Template Reference

Half-open range [begin, end) of forest iterators; used by child_range, preorder_range, etc. More...

#include <forest.hpp>

Public Member Functions

auto begin () const
auto end () const

Public Attributes

_f
_l

Detailed Description

template<class I>
struct stlab::forest_range< I >

Half-open range [begin, end) of forest iterators; used by child_range, preorder_range, etc.


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