template <class Container> back_insert_iterator<Container> back_inserter(Container& x);
Returns: back_insert_iterator<Container>(x).