boost::gil::locator_is_step_in_y
Determines if the given locator has a vertical step that could be set dynamically
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename L>
struct locator_is_step_in_y
: iterator_is_step<L::y_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 vertical step that could be set dynamically |
Created with MrDocs