Return the allocator used by this hash map to supply memory. Note that if no allocator was supplied at construction the default allocator installed at that time is used.
Synopsis
Declared in <bdlcc_stripedunorderedmap.h>
bslma::Allocator*
allocator() const;
Created with MrDocs