ColorBasesCompatibleConcept Struct Template Reference
[Concepts]
#include <gil_concept.hpp>
List of all members.
Detailed Description
template<typename ColorBase1, typename ColorBase2>
 struct boost::gil::ColorBasesCompatibleConcept< ColorBase1, ColorBase2 >
Two color bases are compatible if they have the same color space and their elements are compatible, semantic-pairwise. 
concept ColorBasesCompatibleConcept<ColorBaseConcept C1, ColorBaseConcept C2> {
    where SameType<C1::layout_t::color_space_t, C2::layout_t::color_space_t>;
    
    
    
};
|  | 
| 
 Public Member Functions | 
| void | constraints () | 
The documentation for this struct was generated from the following file: