Return a reference to an existing element equal to __obj, inserting __obj if no such element exists.

Synopsis

Declared in <bslstp_hashtable.h>

reference
find_or_insert(value_type const& __obj);

Return Value

reference to the existing or newly inserted element

Parameters

Name

Description

__obj

value to find or insert

Created with MrDocs