BloombergLP::bslstl::HashTable::insertIfMissing

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

NameDescription
keymovable key used to find or insert an element