Utility for creating TransformIterator objects.

Synopsis

Declared in <bdlb_transformiterator.h>

struct TransformIteratorUtil;

Description

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.

Static Member Functions

Name

Description

make

Return a transform iterator constructed from iterator and functor.

Created with MrDocs