Return the number of buckets maintained by this hash map.
Synopsis
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
bucketCount() const;
Description
Note that unless rehash is disabled, the value returned may be obsolete by the time it is received.
Return Value
the number of buckets maintained by this hash map
Created with MrDocs