Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::functional::next Struct Reference

#include <iterator.hpp>

Classes

struct  result
 
struct  result< This(ForwardIterator)>
 
struct  result< This(ForwardIterator, Distance)>
 

Public Member Functions

template<typename ForwardIterator >
ForwardIterator operator() (ForwardIterator x) const
 
template<typename ForwardIterator >
ForwardIterator operator() (ForwardIterator x, typename std::iterator_traits< ForwardIterator >::difference_type n) const
 

Member Function Documentation

template<typename ForwardIterator >
ForwardIterator boost::proto::functional::next::operator() ( ForwardIterator  x) const
inline
template<typename ForwardIterator >
ForwardIterator boost::proto::functional::next::operator() ( ForwardIterator  x,
typename std::iterator_traits< ForwardIterator >::difference_type  n 
) const
inline

The documentation for this struct was generated from the following file: