Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template copy_or_move

boost::copy_or_move

Synopsis

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


template<typename I, typename F>  ( f,  l,  r);

Description

Effects:

Returns: result

Note: This function is provided because std::uninitialized_copy from some STL implementations is not compatible with move_iterator


PrevUpHomeNext