boost::gil::rotated90ccw_view

Synopses

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

Template Parameters

Name

Description

Views

Models Boost.MP11‐compatible list of models of ImageViewConcept

Created with MrDocs