boost::gil::pixel_reference_is_basic
Determines if a given pixel reference is basic Basic references must use gil::pixel& (if interleaved), gil::planar_pixel_reference (if planar). They must use the standard constness rules.
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename PixelRef>
struct pixel_reference_is_basic
: std::false_type