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