boost::gil::rotated90cw_view

Returns a runtime‐typed view of a runtime source image view, rotated 90 degrees clockwise.

Synopses

template<typename View>
dynamic_xy_step_transposed_type<View>::type
rotated90cw_view(View const& src);

Returns a runtime‐typed view of a runtime source image view, rotated 90 degrees clockwise.

template<typename... Views>
dynamic_xy_step_transposed_type<any_image_view<Views...>>::type
rotated90cw_view(any_image_view<Views...> const& src);

Template Parameters

Name

Description

Views

Models Boost.MP11‐compatible list of models of ImageViewConcept

Created with MrDocs