boost::gil::pixel_reference_is_proxy

Determines whether the given pixel reference is a proxy class or a native C++ reference

Synopsis

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

mp11::mp_not<std::is_same<detail::remove_const_and_reference<PixelReference>::type, detail::remove_const_and_reference<PixelReference>::type::value_type>>

Created with MrDocs