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

Description

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

Turn a trait C into a Metafunction Class.

Public Types

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