Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::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>;
};

Member Function Documentation

template<typename Cs1 , typename Cs2 >
void boost::gil::ColorSpacesCompatibleConcept< Cs1, Cs2 >::constraints ( )
inline

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