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... | |
Iterator that advances by a specified step.