Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
HeterogeneousPixelValueConcept< P > Struct Template ReferenceHeterogeneous pixel value concept.
More...
|
Public Member Functions | |
void | constraints () |
// Pixel values are default and copy constructible from a compatible pixel type template <typename P> concept HeterogeneousPixelValueConcept : HeterogeneousPixelConcept<P>, ValueType<P> { where pixel_value_type==P; template <HeterogeneousPixelConcept P2> where { PixelsCompatibleConcept<P,P2> } P::P(const P2&); };
Definition at line 478 of file gil_concept.hpp.