8#ifndef BOOST_GIL_DYNAMIC_STEP_HPP
9#define BOOST_GIL_DYNAMIC_STEP_HPP
11#include <boost/gil/concepts/dynamic_step.hpp>
13namespace boost {
namespace gil {
16template <
typename IteratorOrLocatorOrView>
20template <
typename LocatorOrView>
26template <
typename View>
defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE)
Definition algorithm.hpp:36
Base template for types that model HasDynamicXStepTypeConcept.
Definition dynamic_step.hpp:17
Returns the type of a view that has a dynamic step along both X and Y.
Definition image_view_factory.hpp:46
Base template for types that model HasDynamicYStepTypeConcept.
Definition dynamic_step.hpp:21