boost::gil::locator_is_step_in_y

Determines if the given locator has a vertical step that could be set dynamically

Synopsis

template<typename L>
struct locator_is_step_in_y
    : iterator_is_step<L::y_iterator>

Base Classes

Name

Description

iterator_is_step<L::y_iterator>

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

Derived Classes

Name

Description

view_is_step_in_y

Determines if the given view has a vertical step that could be set dynamically

Created with MrDocs