Create a transform iterator with a default iterator and functor.
Synopsis
Declared in <bdlb_transformiterator.h>
explicit
TransformIterator(bslma::Allocator* basicAllocator);
Description
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.
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
Created with MrDocs