This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
insert_iterator::insert_iterator
explicit insert_iterator(Cont& x, Cont::iterator it);
The constructor initializes container with x, and iter with it.
container
x
iter
it