![]() |
Home | Libraries | People | FAQ | More |
boost::proto::functional::advance — A PolymorphicFunctionObject type that invokes the
std::advance()
function on its arguments.
// In header: <boost/proto/functional/std/iterator.hpp> struct advance : proto::callable { // types typedef ; // public member functions template<typename InputIterator> template<typename Distance> (, ) ; };
A PolymorphicFunctionObject type that invokes the
std::advance()
function on its arguments.
advance
public member functionstemplate<typename InputIterator> template<typename Distance> ( x, n) ;
Calls std::advance(x, n)