Range-v3
Range algorithms, views, and actions for the Standard Library
meta::quote_trait_i< T, C > Struct Template Reference

Description

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

Turn a trait C taking literals of type T into a Alias Class.

Public Types

template<typename... Ts>
using apply = eval< apply< quote_i< T, C >, Ts...>>