uTL
micro Template library
utl::meta::quote_i< T, F > Struct Template Reference

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... > >
 

Detailed Description

template<typename T, template< T... > class F>
struct utl::meta::quote_i< T, F >

Wrap a template F taking literal constants of type T into an Invokable.

Definition at line 243 of file invoke.h.

Member Typedef Documentation

◆ apply

template<typename T , template< T... > class F>
template<typename... Ts>
using utl::meta::quote_i< T, F >::apply = eval< defer_i<T, F, Ts::type::value...> >

The documentation for this struct was generated from the following file: