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