boost::gil::iterator_is_step

Determines if the given iterator/locator/view has a step that could be set dynamically

Synopsis

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

detail::iterator_is_step_impl<I, !is_iterator_adaptor<I>::value, std::is_same<I, typename dynamic_x_step_type<I>::type>::value>

Derived Classes

Name

Description

locator_is_step_in_x

Determines if the given locator has a horizontal step that could be set dynamically

locator_is_step_in_y

Determines if the given locator has a vertical step that could be set dynamically

Created with MrDocs