|
inlinestatic |
Recursively visits a subtree, bottom-first.
| f | function to call on each pointer to a node |
| dir | left or right subtree first? |
| ptr | pointer to root of subtree |
References syten::BinaryTree::Tree< T >::visit_bottom_rec().
Here is the call graph for this function: