boost::gil::iterator_is_mutable

Metafunction predicate returning whether the given iterator allows for changing its values

Synopsis

template<typename It>
struct iterator_is_mutable;

Derived Classes

Name

Description

iterator_is_mutable<iterator_from_2d<Loc>>

iterator_is_mutable<memory_based_step_iterator<Iterator>>

locator_is_mutable

Determines if the given locator is mutable (i.e. its pixels can be changed)

view_is_mutable

Determines if the given view is mutable (i.e. its pixels can be changed)

Created with MrDocs