Return true if this table contains an entry having the specified key, and false otherwise.
Declared in <bdlc_flathashtable.h>
bool
contains(KEY const& key) const;
true if an entry with key exists, and false otherwise
| Name | Description |
|---|---|
| key | key to look up |