boost::gil::pixel_reference_is_proxy
Determines whether the given pixel reference is a proxy class or a native C++ reference
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename PixelReference>
struct pixel_reference_is_proxy
: mp11::mp_not<std::is_same<detail::remove_const_and_reference<PixelReference>::type, detail::remove_const_and_reference<PixelReference>::type::value_type>>
Base Classes
Name |
Description |
|
Created with MrDocs