boost::gil::iterator_is_step
Determines if the given iterator/locator/view has a step that could be set dynamically
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename I>
struct iterator_is_step
: detail::iterator_is_step_impl<I, !is_iterator_adaptor<I>::value, std::is_same<I, typename dynamic_x_step_type<I>::type>::value>
Base Classes
Name |
Description |
|
Derived Classes
Name |
Description |
Determines if the given locator has a horizontal step that could be set dynamically |
|
Determines if the given locator has a vertical step that could be set dynamically |
Created with MrDocs