Insert each value in the specified input range uniquely.
Declared in <bslstp_hashtable.h>
template<class _InputIterator>
void
insert_unique(
_InputIterator __f,
_InputIterator __l,
std::input_iterator_tag const& __tag);
| Name | Description |
|---|---|
| __f | beginning of the input range |
| __l | end of the input range |
| __tag | input-iterator category tag (overload discriminator) |