Determines if the given pixel reference/iterator/locator/view is mutable (i.e. its pixels can be changed) More...
Classes | |
struct | pixel_reference_is_mutable< R > |
Determines if the given pixel reference is mutable (i.e. its channels can be changed) More... | |
struct | locator_is_mutable< L > |
Determines if the given locator is mutable (i.e. its pixels can be changed) More... | |
struct | view_is_mutable< V > |
Determines if the given view is mutable (i.e. its pixels can be changed) More... | |
struct | 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)