[#BloombergLP-bdlc-FlatHashSet-insert-06a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashSet.adoc[FlatHashSet]::insert :relfileprefix: ../../../ :mrdocs: Insert the specified `value`, ignoring the insertion hint. == Synopsis Declared in `<bdlc_flathashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashSet/const_iterator.adoc[const_iterator] insert( xref:BloombergLP/bdlc/FlatHashSet/const_iterator.adoc[const_iterator] hint, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<KEY>] value); ---- == Description 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. == Return Value iterator to the existing or newly inserted element == Parameters [cols="1,4"] |=== | Name| Description | *hint* | ignored hint iterator | *value* | element to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#