Horizon
Loading...
Searching...
No Matches
Public Types | List of all members
meta::quote_i< T, C > Struct Template Reference

Turn a template C taking literals of type T into a invocable. More...

#include <meta.hpp>

Public Types

template<META_TYPE_CONSTRAINT(integral)... Ts>
using invoke = _t< defer_i< T, C, Ts::type::value... > >
 

Detailed Description

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

Turn a template C taking literals of type T into a invocable.


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