HeterogeneousPixelValueConcept Struct Template Reference
[Heterogeneous Pixel]

#include <gil_concept.hpp>

List of all members.


Detailed Description

template<typename P>
struct HeterogeneousPixelValueConcept< P >

Heterogeneous pixel value concept.

// 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&);
}; 


Public Member Functions

void constraints ()

The documentation for this struct was generated from the following file:

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