HomogeneousColorBaseConcept Struct Template Reference
[Concepts]
#include <gil_concept.hpp>
List of all members.
Detailed Description
template<typename ColorBase>
 struct boost::gil::HomogeneousColorBaseConcept< ColorBase >
Color base whose elements all have the same type. 
concept HomogeneousColorBaseConcept<ColorBaseConcept CB> {
    
    
    kth_element_const_reference_type<CB,0>::type dynamic_at_c(const CB&, std::size_t n) const;
};
|  | 
| 
 Public Member Functions | 
| void | constraints () | 
| 
 Public Attributes | 
| ColorBase | cb | 
The documentation for this struct was generated from the following file: