back_insert_iterator<Container>& operator++(); back_insert_iterator<Container> operator++(int);
The incremented iterator is returned.