boost::gil::view_is_step_in_y
Determines if the given view has a vertical step that could be set dynamically
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename V>
struct view_is_step_in_y
: locator_is_step_in_y<V::xy_locator>
Base Classes
Name |
Description |
|
Determines if the given locator has a vertical step that could be set dynamically |
Created with MrDocs