Adobe Systems, Inc.

HeterogeneousPixelValueConcept< P > Struct Template Reference
[Heterogeneous Pixel]

Heterogeneous pixel value concept. More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Detailed Description

template<typename P>
struct HeterogeneousPixelValueConcept< P >

// 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.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google