uTL
micro Template library
|
Wrap a template F
taking literal constants of type T
into an Invokable.
More...
#include <invoke.h>
Public Types | |
template<typename... Ts> | |
using | apply = eval< defer_i< T, F, Ts::type::value... > > |
Wrap a template F
taking literal constants of type T
into an Invokable.
using utl::meta::quote_i< T, F >::apply = eval< defer_i<T, F, Ts::type::value...> > |