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