Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::pixel_reference_is_mutable< R > Struct Template Reference

Determines if the given pixel reference is mutable (i.e. More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::pixel_reference_is_mutable< R >:
Collaboration diagram for boost::gil::pixel_reference_is_mutable< R >:

Detailed Description

template<typename R>
struct boost::gil::pixel_reference_is_mutable< R >

Determines if the given pixel reference is mutable (i.e.

its channels can be changed)

Note that built-in C++ references obey the const qualifier but reference proxy classes do not.


The documentation for this struct was generated from the following file: