boost::gil::pixel_is_reference
Given a model of a pixel, determines whether the model represents a pixel reference (as opposed to pixel value)
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename Pixel>
struct pixel_is_reference
: mp11::mp_or<is_reference<Pixel>, pixel_reference_is_proxy<Pixel>>
Base Classes
Name |
Description |
|
Created with MrDocs