boost::gil::is_pixel
Synopsis
Declared in <boost/gil/pixel.hpp>
template<typename T>
struct is_pixel
: std::false_type
Specializations
Name |
Description |
////////////////////////// |
|
|
Metafunction predicate that flags planar_pixel_reference as a model of PixelConcept. Required by PixelConcept |
|
////////////////////////// |
|
Metafunction predicate that flags bit_aligned_pixel_reference as a model of PixelConcept. Required by PixelConcept |
Derived Classes
Name |
Description |
Created with MrDocs