Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
xxx_is_step

Determines if the given iterator/locator/view has a step that could be set dynamically. More...

Classes

struct  boost::gil::iterator_is_step< I >
 Determines if the given iterator has a step that could be set dynamically. More...
 
struct  boost::gil::locator_is_step_in_x< L >
 Determines if the given locator has a horizontal step that could be set dynamically. More...
 
struct  boost::gil::locator_is_step_in_y< L >
 Determines if the given locator has a vertical step that could be set dynamically. More...
 
struct  boost::gil::view_is_step_in_x< V >
 Determines if the given view has a horizontal step that could be set dynamically. More...
 
struct  boost::gil::view_is_step_in_y< V >
 Determines if the given view has a vertical step that could be set dynamically. More...
 

Detailed Description

Determines if the given iterator/locator/view has a step that could be set dynamically.