Base providing allocator when the underlying iterator uses allocators.

Synopsis

Declared in <bdlb_transformiterator.h>

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

Description

This specialization is used as a base class of TransformIterator when the underlying iterator type uses bslma allocators. The transform iterator type itself is supplied as BASE_TYPE.

Member Functions

Name

Description

allocator

Return the allocator used by the underlying iterator.

Created with MrDocs