iterator overloads
Synopses
Declared in <bdlb_transformiterator.h>
Return a reference providing modifiable access to the underlying iterator of this object.
ITERATOR&
iterator();
Return a const reference to the underlying iterator of this object.
ITERATOR const&
iterator() const;
Created with MrDocs