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
Name |
Description |
__f |
beginning of the forward range |
__l |
end of the forward range |
__tag |
forward‐iterator category tag (overload discriminator) |
Created with MrDocs