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.

concept ColorSpacesCompatibleConcept<ColorSpaceConcept CS1, ColorSpaceConcept CS2>
{
where SameType<CS1, CS2>;
};

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