BloombergLP::bdlc::FlatHashSet::contains

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

NameDescription
keykey to look up