boost::gil::locator_is_step_in_x
Determines if the given locator has a horizontal step that could be set dynamically
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename L>
struct locator_is_step_in_x
: iterator_is_step<L::x_iterator>
Base Classes
Name |
Description |
Determines if the given iterator/locator/view has a step that could be set dynamically |
Derived Classes
Name |
Description |
Determines if the given view has a horizontal step that could be set dynamically |
Created with MrDocs