Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/
Dmetafunctions.hpp157 struct iterator_is_step_impl<It, IsBase, true> : std::true_type {}; struct
161 struct iterator_is_step_impl<It, true, false> : std::false_type {}; struct
165 struct iterator_is_step_impl<It, false, false> struct