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 <gil_concept.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: