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