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