BloombergLP::bslalg::ContainerBase_NonEmptyBase::allocatorRef

allocatorRef overloads

Synopses

Declared in <bslalg_containerbase.h>

Return a reference to this object's allocator, which is typically a copy of the allocator used to construct this object.

ALLOCATOR&
allocatorRef();
» more...

Return a non-modifiable reference to this object's allocator, which is typically a copy of the allocator used to construct this object.

ALLOCATOR const&
allocatorRef() const;
» more...