bsl::hash_map::insert

Insert the specified __obj if no equivalent key exists.

Synopsis

Declared in <bslstp_hashmap.h>

pair<iterator, bool>
insert(value_type const& __obj);

Return Value

pair of an iterator to the element and whether insertion occurred

Parameters

NameDescription
__objvalue to insert