Create a TransformIterator object using the specified iterator and functor. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
Declared in <bdlb_transformiterator.h>
TransformIterator(
ITERATOR const& iterator,
FUNCTOR functor,
bslma::Allocator* basicAllocator = 0);