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

template<typename Pixel>
struct pixel_is_reference
    : mp11::mp_or<is_reference<Pixel>, pixel_reference_is_proxy<Pixel>>

Base Classes

Name

Description

mp11::mp_or<is_reference<Pixel>, pixel_reference_is_proxy<Pixel>>

Created with MrDocs