Insert the specified value, ignoring the insertion hint.
Declared in <bdlc_flathashset.h>
const_iterator
insert(
const_iterator hint,
KEY const& value);
Insert the specified value into this set if the value does not already exist in this set; otherwise, this method has no effect. Return a const_iterator referring to the (possibly newly inserted) element in this set whose value is equivalent to that of the element to be inserted. The supplied const_iterator is ignored.
iterator to the existing or newly inserted element
| Name | Description |
|---|---|
| hint | ignored hint iterator |
| value | element to insert |