Syntax:
#include <map> bool empty() const;
empty()関数は、マルチマップに要素がなければ、trueを返します。そうでない場合は、falseを返します。
Related Topics: size