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