empty

Syntax:

    #include <map>
    bool empty() const;

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

Related Topics: size