If an entry with the specified key is not already present in this table, insert an entry having the value defined by ENTRY_UTIL::construct; otherwise, this method has no effect. Return an iterator referring to the (possibly newly inserted) object in this table with the key.
Synopsis
Declared in <bdlc_flathashtable.h>
template<class KEY_TYPE>
ENTRY&
operator[](KEY_TYPE&& key);
Created with MrDocs