bsl::multimap::count

Return the number of value_type objects within this multimap whose keys are equivalent to the specified key.

Synopsis

Declared in <bslstl_multimap.h>

size_type
count(key_type const& key) const;

Description

Note: implemented inline due to Sun CC compilation error.