bsl::hashtable::insert_unique

Insert each value in the specified forward range uniquely.

Synopsis

Declared in <bslstp_hashtable.h>

template<class _ForwardIterator>
void
insert_unique(
    _ForwardIterator __f,
    _ForwardIterator __l,
    std::forward_iterator_tag const& __tag);

Parameters

NameDescription
__fbeginning of the forward range
__lend of the forward range
__tagforward-iterator category tag (overload discriminator)