Range-v3
Range algorithms, views, and actions for the Standard Library
meta::flip< F > Struct Template Reference

Description

template<typename F>
struct meta::flip< F >

A Callable that reverses the order of the first two arguments.

Public Types

template<typename... Ts>
using invoke = _t< impl< Ts... > >