boost::gil::view_is_mutable
Determines if the given view is mutable (i.e. its pixels can be changed)
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename V>
struct view_is_mutable
: iterator_is_mutable<V::x_iterator>
Base Classes
Name |
Description |
Metafunction predicate returning whether the given iterator allows for changing its values |
Created with MrDocs