Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
xxx_is_mutable

Determines if the given pixel reference/iterator/locator/view is mutable (i.e. More...

Classes

struct  boost::gil::pixel_reference_is_mutable< R >
 Determines if the given pixel reference is mutable (i.e. More...
 
struct  boost::gil::locator_is_mutable< L >
 Determines if the given locator is mutable (i.e. More...
 
struct  boost::gil::view_is_mutable< V >
 Determines if the given view is mutable (i.e. More...
 
struct  boost::gil::iterator_is_mutable< It >
 Metafunction predicate returning whether the given iterator allows for changing its values. More...
 

Detailed Description

Determines if the given pixel reference/iterator/locator/view is mutable (i.e.

its pixels can be changed)