Boost GIL


Classes
StepIteratorConcept

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

Classes

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

Detailed Description

Iterator that advances by a specified step.