Inserts a copy of v at pos, returning an iterator to the newly inserted element.
Declared in <absl/container/inlined_vector.h>
iterator
insert(
const_iterator pos,
const_reference v);
An iterator to the newly inserted element.
| Name | Description |
|---|---|
| pos | The position at which to insert. |
| v | The value to copy. |