uTL
micro Template library
|
#include <invoke.h>
Public Types | |
template<typename... Args> | |
using | apply = invoke< quote< Fn0 >, invoke< compose_f_< Fns... >, Args... > > |
using utl::meta::detail::compose_f_< Fn0, Fns... >::apply = invoke< quote<Fn0>, invoke<compose_f_<Fns...>, Args...> > |