![]() |
![]()
| ![]() |
![]()
NAMEstd::unordered_multiset::reserve - std::unordered_multiset::reserve Synopsisvoid reserve( size_type count ); (since C++11)
Parameterscount - new capacity of the container Return value(none) ComplexityAverage case linear in the size of the container, worst case quadratic. See also rehash reserves at least the specified number of buckets and
regenerates the hash
|