Return the number of elements matching 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