Boost GIL


dynamic_step.hpp
1//
2// Copyright 2005-2007 Adobe Systems Incorporated
3//
4// Distributed under the Boost Software License, Version 1.0
5// See accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt
7//
8#ifndef BOOST_GIL_DYNAMIC_STEP_HPP
9#define BOOST_GIL_DYNAMIC_STEP_HPP
10
11#include <boost/gil/concepts/dynamic_step.hpp>
12
13namespace boost { namespace gil {
14
16template <typename IteratorOrLocatorOrView>
17struct dynamic_x_step_type;
18
20template <typename LocatorOrView>
21struct dynamic_y_step_type;
22
26template <typename View>
27struct dynamic_xy_step_type;
28
29}} // namespace boost::gil
30
31#endif
defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE)
Definition algorithm.hpp:36