uTL
micro Template library
|
#include <invoke.h>
Public Types | |
template<typename... Us> | |
using | apply = invoke< Fn, Us..., Ts... > |
Applies the Invocable Fn
by binding the arguments Ts
to the back of Fn
.
using utl::meta::bind_back< Fn, Ts >::apply = invoke<Fn, Us..., Ts...> |