Create a transform iterator with a default iterator and functor.
Declared in <bdlb_transformiterator.h>
explicit
TransformIterator(bslma::Allocator* basicAllocator);
Create a TransformIterator object whose underlying iterator and functor have default values. Use the specified basicAllocator to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |