Insert the specified __obj if no equivalent element exists.
Declared in <bslstp_hashset.h>
pair<iterator, bool>
insert_noresize(value_type const& __obj);
pair of an iterator to the element and whether insertion occurred
| Name | Description |
|---|---|
| __obj | value to insert |