stl:multiset:empty

C++ Reference

empty

Syntax:

    #include <set>
    bool empty() const;

The empty() function returns true if the multiset has no elements, false otherwise.

Related Topics: size