Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template front_move_inserter

boost::front_move_inserter

Synopsis

// In header: <boost/move/iterator.hpp>


template<typename C> 
  front_move_insert_iterator< C > front_move_inserter(C & x);

Description

Returns: front_move_insert_iterator<C>(x).


PrevUpHomeNext