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

Turn a template C into an invocable. More...

#include <meta/meta.hpp>

Public Types

template<typename... Ts>
using invoke = _t< defer< C, Ts... > >
 

Detailed Description

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

Turn a template C into an invocable.