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;

Return Value

  • reference providing modifiable access to the underlying iterator

  • const reference to the underlying iterator

Created with MrDocs