[#BloombergLP-bdlb-TransformIteratorUtil-make] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/TransformIteratorUtil.adoc[TransformIteratorUtil]::make :relfileprefix: ../../../ :mrdocs: Return a `TransformIterator` object constructed with the specified `iterator` and `functor`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. Note that if the compiler does not implement the return‐value optimization, this function may return a copy created with the default allocator even if a different allocator is supplied. == Synopsis Declared in `<bdlb_transformiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ITERATOR> static xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] make( ITERATOR const& iterator, FUNCTOR const& functor, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#