imp overloads

Synopses

Declared in <bslstl_forwarditerator.h>

Return a modifiable reference to the implementation object.

ITER_IMP&
imp();

Return a non‐modifiable reference to the implementation object.

ITER_IMP const&
imp() const;

Return Value

  • modifiable reference to the implementation object

  • non‐modifiable reference to the implementation object

Created with MrDocs