Return the allocator used by this hash map to supply memory.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

bslma::Allocator*
allocator() const;

Description

Note that if no allocator was supplied at construction the default allocator installed at that time is used.

Return Value

the allocator used by this hash map to supply memory

Created with MrDocs