Boost GIL


Functions

view of a view flipped up-to-down More...

Functions

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

Detailed Description

view of a view flipped up-to-down

Function Documentation

◆ flipped_up_down_view()

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