SyTen

◆ visit_bottom() [2/6]

template<typename T >
template<typename Func >
void syten::BinaryTree::Tree< T >::visit_bottom ( Func &&  f,
IterFirst const  dir = IterFirst::Left 
) const
inline

Visits each node, starting at the left or right bottommost node for const trees.

Parameters
ffunction to call on each pointer to a node
dirleft or right branch first?

References syten::BinaryTree::Tree< T >::r, and syten::BinaryTree::Tree< T >::visit_bottom_rec().

+ Here is the call graph for this function: