Syntax:
#include <map> size_type count( const key_type& key ) const;
count()関数は、マルチマップ内のキーの出現数を返します。 count()の処理時間は対数時間です。