Return a copy of the allocator used to construct this hash table.
Synopsis
Declared in <bslstl_hashtable.h>
ALLOCATOR
allocator() const;
Description
Return a copy of the allocator used to construct this hash table. Note that this is not the allocator used to allocate elements for this hash table, which is instead a copy of that allocator rebound to allocate the nodes used by the internal data structure of this hash table.
Return Value
copy of the allocator used to construct this hash table
Created with MrDocs