Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
MutableHeterogeneousPixelConcept< P > Struct Template ReferenceMutable heterogeneous pixel concept.
More...
|
Public Member Functions | |
void | constraints () |
// 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>::type::reference semantic_channel(); template <size_t D> kth_channel<D>::type::reference channel(); };
Definition at line 454 of file gil_concept.hpp.