Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::StepIteratorConcept< Iterator > Struct Template Reference

Step iterator concept. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

Iterator it
 

Detailed Description

template<typename Iterator>
struct boost::gil::StepIteratorConcept< Iterator >

Step iterator concept.

Step iterators are iterators that have a set_step method

concept StepIteratorConcept<boost_concepts::ForwardTraversalConcept Iterator> {
template <Integral D> void Iterator::set_step(D step);
};

Member Function Documentation

template<typename Iterator >
void boost::gil::StepIteratorConcept< Iterator >::constraints ( )
inline

Member Data Documentation

template<typename Iterator >
Iterator boost::gil::StepIteratorConcept< Iterator >::it

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