boost::gil::MutablePixelIteratorConcept

Pixel iterator that allows for changing its pixel

Synopsis

template<typename Iterator>
struct MutablePixelIteratorConcept;

Description

concept MutablePixelIteratorConcept<PixelIteratorConcept Iterator>
    : MutableRandomAccessIteratorConcept<Iterator> {};

Member Functions

Name

constraints

Created with MrDocs