Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
meta::quote_i< T, F > Struct Template Reference

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

#include <meta/meta.hpp>

Public Types

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

Detailed Description

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

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