Boost GIL


Functions

view of a view rotated 90 degrees clockwise More...

Functions

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

Detailed Description

view of a view rotated 90 degrees clockwise

Function Documentation

◆ rotated90cw_view()

auto boost::gil::rotated90cw_view ( any_image_view< Views... > const &  src) -> typename dynamic_xy_step_transposed_type<any_image_view<Views...>>::type
inline
Template Parameters
ViewsModels Boost.MP11-compatible list of models of ImageViewConcept