allocatorRef overloads

Synopses

Declared in <bslalg_containerbase.h>

Return a reference to the modifiable allocator used to construct this object.

ALLOCATOR&
allocatorRef();

Return a reference to the non‐modifiable allocator used to construct this object.

ALLOCATOR const&
allocatorRef() const;

Created with MrDocs