bsl::hashtable::insert_equal

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

Synopsis

Declared in <bslstp_hashtable.h>

template<class _InputIterator>
void
insert_equal(
    _InputIterator __f,
    _InputIterator __l,
    std::input_iterator_tag const& __tag);

Parameters

NameDescription
__fbeginning of the input range
__lend of the input range
__taginput-iterator category tag (overload discriminator)