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