size_type count(key_type key);
Remarks
The member function returns the number of
elements in the controlled sequence that have
equivalent ordering with key. You use it to
determine the number of elements currently in
the controlled sequence that match a
specified key.