Base providing allocator when only the functor uses allocators.

Synopsis

Declared in <bdlb_transformiterator.h>

template<class BASE_TYPE>
struct TransformIterator_AllocatorOfFunctorMethod<BASE_TYPE, true>;

Description

This specialization is used as a base class of TransformIterator when the iterator does not use allocators and the functor does. The transform iterator type itself is supplied as BASE_TYPE.

Member Functions

Name

Description

allocator

Return the allocator used by the transforming functor.

Created with MrDocs