Create a transform iterator from the specified iterator and functor.
Declared in <bdlb_transformiterator.h>
TransformIterator(
ITERATOR const& iterator,
FUNCTOR functor,
bslma::Allocator* basicAllocator = 0);
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.
| Name | Description |
|---|---|
| iterator | underlying iterator to hold |
| functor | transforming functor to apply on dereference |
| basicAllocator | allocator used to supply memory |