Count the entries whose key dereferences to the given value.

Synopsis

Declared in <indirectmap.h>

size_type
count(K const& key) const;

Return Value

The number of matching entries (0 or 1).

Parameters

Name

Description

key

The value whose address is used as the lookup key.

Created with MrDocs