|
inlinevirtual |
Inserts elements at the specified location in the container.
pos | the iterator before which the content will be inserted (pos may be the end() iterator). |
items | The initializer list to insert the values from. |
pos
if items
is empty. value
before pos. items
before pos
.