explicit insert_iterator(Cont& x, Cont::iterator it);
The constructor initializes container with x, and iter with it.
container
x
iter
it