Return a theoretical upper bound on the largest number of elements that this multiset could possibly hold. Note that there is no guarantee that the multiset can successfully grow to the returned size, or even close to that size without running out of resources.
Declared in <bslstl_multiset.h>
multiset<KEY, COMPARATOR, ALLOCATOR>::size_type
max_size() const noexcept;