bsl::hashtable::insert_equal

Insert the specified __obj if no equivalent element exists.

Synopsis

Declared in <bslstp_hashtable.h>

iterator
insert_equal(value_type const& __obj);

Return Value

iterator to the inserted element

Parameters

NameDescription
__objvalue to insert