Constructor
foreach iterator over nodes in the tree. Any tree modification is permitted during iteration.
foreach_reverse iterator over nodes in the tree. Any tree modification is permitted during iteration.
Set to true to skip key duplicates. This flag may be changed during iteration.
Provides 'foreach' and 'foreach_reverse' iteration over the nodes in the tree, starting with the first or last node, respectively.