insert_iterator(Container& x, typename Container::iterator i);
Effects: Initializes container with std::addressof(x) and iter with i.