absl::linked_hash_set::insert

Inserts the elements from the range [first, last)].

Synopsis

Declared in <absl/container/linked_hash_set.h>

template<class InputIt>
void
insert(
    InputIt first,
    InputIt last);

Parameters

NameDescription
firstAn iterator to the first element to insert.
lastAn iterator past the last element to insert.