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