stl:multimap:max_size From C++ Reference previous page next page max_size Syntax: #include <map> size_type max_size() const; The max_size() function returns the maximum number of elements that the multimap can hold. Related Topics: size previous page start next page