Insert a default‐mapped value for a movable key if missing.
Synopsis
Declared in <bslstl_hashtable.h>
bslalg::BidirectionalLink*
insertIfMissing(bslmf::MovableRef<NonConstKeyType> key);
Return Value
address of the element whose key is equivalent to key
Parameters
Name |
Description |
key |
movable key used to find or insert an element |
Created with MrDocs