Boost GIL


Public Member Functions | List of all members
ColorSpacesCompatibleConcept< CS1, CS2 > Struct Template Reference

Two color spaces are compatible if they are the same. More...

#include <color.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename CS1, typename CS2>
struct boost::gil::ColorSpacesCompatibleConcept< CS1, CS2 >

Two color spaces are compatible if they are the same.

{
where SameType<CS1, CS2>;
};
Color space type concept.
Definition: color.hpp:38
Two color spaces are compatible if they are the same.
Definition: color.hpp:61
Concept of types equivalence requirement.
Definition: basic.hpp:179

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