Create a transform iterator with a default iterator and functor.

Synopsis

Declared in <bdlb_transformiterator.h>

TransformIterator();

Description

Create a TransformIterator object whose underlying iterator and functor have default values. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.

Created with MrDocs