Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
StepIteratorConcept

Iterator that advances by a specified step. More...

Classes

struct  boost::gil::MemoryBasedIteratorConcept< Iterator >
 Concept of a random-access iterator that can be advanced in memory units (bytes or bits) More...
 
struct  boost::gil::StepIteratorConcept< Iterator >
 Step iterator concept. More...
 
struct  boost::gil::MutableStepIteratorConcept< Iterator >
 Step iterator that allows for modifying its current value. More...
 

Detailed Description

Iterator that advances by a specified step.