Boost GIL


Functions

view of a view flipped left-to-right More...

Functions

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

Detailed Description

view of a view flipped left-to-right

Function Documentation

◆ flipped_left_right_view()

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