Return the number of buckets in the array of buckets maintained by this unordered multiset.
Synopsis
Declared in <bslstl_unorderedmultiset.h>
unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::size_type
bucket_count() const noexcept;
Created with MrDocs