Return whether this set contains an element with the specified key.

Synopsis

Declared in <bdlc_flathashset.h>

bool
contains(KEY const& key) const;

Return Value

true if an element with key exists, and false otherwise

Parameters

Name

Description

key

key to look up

Created with MrDocs