bsl::hashtable::count

Return the number of matching elements.

Synopsis

Declared in <bslstp_hashtable.h>

size_type
count(key_type const& __key) const;

Description

Return the number of elements with the specified __key.

Return Value

the number of matching elements

Parameters

NameDescription
__keythe key to count