boost::gil::dynamic_xy_step_type

Returns the type of a view that has a dynamic step along both X and Y

Synopsis

template<typename View>
struct dynamic_xy_step_type
    : dynamic_y_step_type<dynamic_x_step_type<View>::type>

Description

Base template for types that model both, HasDynamicXStepTypeConcept and HasDynamicYStepTypeConcept.

Base Classes

Name

Description

dynamic_y_step_type<dynamic_x_step_type<View>::type>

Base template for types that model HasDynamicYStepTypeConcept.

Derived Classes

Name

Description

dynamic_xy_step_transposed_type

Returns the type of a transposed view that has a dynamic step along both X and Y

Created with MrDocs