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