An invocable that partially applies the invocable Fn
by binding the arguments Ts
to the front of Fn
.
More...
#include <meta/meta.hpp>
Public Types | |
template<typename... Us> | |
using | invoke = invoke< Fn, Ts..., Us... > |
An invocable that partially applies the invocable Fn
by binding the arguments Ts
to the front of Fn
.