Same as the preceding overload, moving from the specified entry.
Declared in <bdlc_flathashtable.h>
bsl::pair<FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::iterator, bool>
insert(bslmf::MovableRef<ENTRY> entry);
pair of iterator to the entry and whether insertion occurred
| Name | Description |
|---|---|
| entry | entry to move-insert if its key is absent |