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
| Name | Description |
| __key | the key to count |