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