Decrement this iterator and return a reference to it.
Synopsis
Declared in <bdlb_transformiterator.h>
TransformIterator<FUNCTOR, ITERATOR>&
operator‐‐();
Description
Decrement the underlying iterator of this object, and return a reference providing modifiable access to this object. The behavior is undefined if decrementing the underlying iterator is undefined.
Return Value
a reference providing modifiable access to this object
Created with MrDocs