|
inline |
Inserts a new element into the container directly before pos
.
pos | The iterator before which the new element will be constructed. |
args | arguments to forward to the constructor of the element. |
args...
are forwarded to the constructor as std::forward<args_t>(args)....
args...
may directly or indirectly refer to a value in the container.