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 = F< Ts::type::value... > |
Wrap a template F
taking literal constants of type T
into an Invokable.
using utl::meta::wrap_i< T, F >::apply = F<Ts::type::value...> |