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 |
view of a view flipped left-to-right
|
inline |
Views | Models Boost.MP11-compatible list of models of ImageViewConcept |