Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
back_inserter
template<class Cont>
back_insert_iterator<Cont> back_inserter(Cont& x);
The template member function returns back_insert_iterator
<Cont>(x)
.