boost::gil::iterator_is_mutable<packed_pixel<P, C, L>*>
Iterators over interleaved pixels. The pointer packed_pixel<P,CR,Layout>* is used as an iterator over interleaved pixels of packed format. Models PixelIteratorConcept, HasDynamicXStepTypeConcept, MemoryBasedIteratorConcept
Synopsis
Declared in <boost/gil/packed_pixel.hpp>
template<
typename P,
typename C,
typename L>
struct iterator_is_mutable<packed_pixel<P, C, L>*>
: std::integral_constant<bool, packed_pixel<P, C, L>::is_mutable>
Base Classes
Name |
Description |
|
Created with MrDocs