Return the number of value_type objects within this multiset that are equivalent to the specified key.
Synopsis
Declared in <bslstl_multiset.h>
size_type
count(key_type const& key) const;
Description
Note: implemented inline due to Sun CC compilation error.
Created with MrDocs