Return a theoretical upper bound on the number of buckets.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

Description

Return a theoretical upper bound on the largest number of buckets that this container could possibly manage. Note that there is no guarantee that the unordered multimap can successfully grow to the returned size, or even close to that size without running out of resources.

Return Value

theoretical maximum number of buckets

Created with MrDocs