bsl::hash_multiset::count

Return the number of elements equal to the specified __key.

Synopsis

Declared in <bslstp_hashset.h>

size_type
count(key_type const& __key) const;

Return Value

number of elements matching __key

Parameters

NameDescription
__keykey to count