stl:multimap:empty From C++ Reference previous page next page empty Syntax: #include <map> bool empty() const; The empty() function returns true if the multimap has no elements, false otherwise. Related Topics: size previous page start next page