Insert each value in the specified [__f, __l)] range uniquely.

Synopsis

Declared in <bslstp_hashtable.h>

template<class _InputIterator>
void
insert_unique(
    _InputIterator __f,
    _InputIterator __l);

Created with MrDocs