Move this iterator to the previous element in the tree and return a reference providing modifiable access to this iterator. The behavior is undefined unless the iterator refers to the past‐the‐end address or the non‐leftmost element in the tree.
Synopsis
Declared in <bslstl_treeiterator.h>
TreeIterator<VALUE, NODE, DIFFERENCE_TYPE>&
operator‐‐();
Created with MrDocs