aimstil  5.0.5
til::detail::Print Struct Reference

Breadth-first tree functor to print out tree. More...

#include <cathier/binary_tree.h>

Public Member Functions

template<typename TIterator >
void operator() (const TIterator &i) const
 

Static Public Member Functions

static void nextLevel ()
 Function called at. More...
 

Detailed Description

Breadth-first tree functor to print out tree.

Definition at line 475 of file binary_tree.h.

Member Function Documentation

◆ nextLevel()

static void til::detail::Print::nextLevel ( )
inlinestatic

Function called at.

Definition at line 478 of file binary_tree.h.

◆ operator()()

template<typename TIterator >
void til::detail::Print::operator() ( const TIterator &  i) const
inline

Definition at line 481 of file binary_tree.h.


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