boost::gil::iterator_is_mutable<iterator_from_2d<Loc>>
Synopsis
template<typename Loc>
struct iterator_is_mutable<iterator_from_2d<Loc>>
: iterator_is_mutable<Loc::x_iterator>
Base Classes
Name |
Description |
Metafunction predicate returning whether the given iterator allows for changing its values |
Created with MrDocs