|
inline |
Inserts elements at the specified location in the container.
first | The first range of elements to insert, cannot be iterators into container for which insert is called |
last | The last range of elements to insert, cannot be iterators into container for which insert is called |
pos
if first == last
. first
, last
) before pos
. first
and last
are iterators into *this
, the behavior is undefined.