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

Description

template<template< typename...> class C>
struct meta::quote_trait< C >

Turn a trait C into a Alias Class.

Public Types

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