Return the allocator used by the transforming functor.

Synopsis

Declared in <bdlb_transformiterator.h>

bslma::Allocator*
allocator() const;

Description

Return the allocator used by the transforming functor of the associated transform iterator to supply memory. Note that this class must be a base class of the transform iterator.

Return Value

allocator used by the transforming functor

Created with MrDocs