[#bsl-hashtable-insert_unique-0c] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::insert_unique :relfileprefix: ../../ :mrdocs: Insert each value in the specified `[__f, __l)]` range uniquely. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIterator> void insert_unique( _InputIterator __f, _InputIterator __l); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__f* | beginning of the input range | *__l* | end of the input range |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#