Return true if this set contains an element equivalent to key.
true
key
Declared in <bslstl_set.h>
<bslstl_set.h>
bool contains(key_type const& key) const;
true if an equivalent key is present, and false otherwise
false