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