Concept of a random-access iterator that can be advanced in memory units (bytes or bits)
More...
#include <gil_concept.hpp>
template<typename Iterator>
struct boost::gil::MemoryBasedIteratorConcept< Iterator >
Concept of a random-access iterator that can be advanced in memory units (bytes or bits)
concept MemoryBasedIteratorConcept<boost_concepts::RandomAccessTraversalConcept Iterator> {
typename byte_to_memunit<Iterator>; where metafunction<byte_to_memunit<Iterator> >;
};
template<typename Iterator >
The documentation for this struct was generated from the following file: