Home
last modified time | relevance | path

Searched defs:channel_iterator_is_mutable (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dplanar_pixel_iterator.hpp137 struct channel_iterator_is_mutable : std::true_type {}; struct
140 struct channel_iterator_is_mutable<I const*> : std::false_type {}; struct