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

Name

Description

__key

key to count

Created with MrDocs