boost::gil::locator_is_step_in_x

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

Synopsis

template<typename L>
struct locator_is_step_in_x
    : iterator_is_step<L::x_iterator>

Base Classes

Name

Description

iterator_is_step<L::x_iterator>

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

Derived Classes

Name

Description

view_is_step_in_x

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

Created with MrDocs