boost::gil::flipped_left_right_view

Returns a runtime‐typed view of a runtime source image view, flipped horizontally.

Synopses

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

Returns a runtime‐typed view of a runtime source image view, flipped horizontally.

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