#include <gil_concept.hpp>
List of all members.
// Mutable pixels are assignable and provide channel modifiers template <typename P> concept MutableHeterogeneousPixelConcept : HeterogeneousPixelConcept<P> { template <HeterogeneousPixelConcept P2> where { PixelsCompatibleConcept<P,P2> } P& operator=(const P2&); template <size_t D> kth_channel<D>::reference semantic_channel(); template <size_t D> kth_channel<D>::reference channel(); };