![]() |
![]()
| ![]() |
![]()
NAMEstd::unordered_multimap::max_size - std::unordered_multimap::max_size Synopsissize_type max_size() const noexcept; (since C++11)
Parameters(none) Return valueMaximum number of elements. ComplexityConstant. Notes This value typically reflects the theoretical limit on the size
of the container, at
Example// Run this code
Possible output:Maximum size of a std::unordered_multimap is 768,614,336,404,564,650 See also size returns the number of elements
|