boost::gil::flipped_left_right_view

Synopses

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

Template Parameters

Name

Description

Views

Models Boost.MP11‐compatible list of models of ImageViewConcept

Created with MrDocs