functor overloads

Synopses

Declared in <bdlb_transformiterator.h>

Return a reference providing modifiable access to the functor of this object.

FUNCTOR&
functor();

Return a const reference to the functor of this object.

FUNCTOR const&
functor() const;

Return Value

  • reference providing modifiable access to the functor

  • const reference to the functor

Created with MrDocs