indirectmap::count

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

NameDescription
keyThe value whose address is used as the lookup key.