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

Name

Description

first

An iterator to the first element to insert.

last

An iterator past the last element to insert.

Created with MrDocs