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... | |
Determines if the given pixel reference/iterator/locator/view is mutable (i.e.
its pixels can be changed)