Utility for creating TransformIterator objects.
Declared in <bdlb_transformiterator.h>
struct TransformIteratorUtil;
This struct provides a namespace for a function template that simplifies the creation of TransformIterator objects by allowing type deduction to discover the types of the functor and underlying iterator.
| Name | Description |
|---|---|
make | Return a transform iterator constructed from iterator and functor. |