Base providing allocator when only the functor uses allocators.
Declared in <bdlb_transformiterator.h>
template<class BASE_TYPE>
struct TransformIterator_AllocatorOfFunctorMethod<BASE_TYPE, true>;
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.
| Name | Description |
|---|---|
allocator | Return the allocator used by the transforming functor. |