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

Description

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

Turn a class template or alias template C into a Callable.

Public Types

template<typename... Ts>
using invoke = _t< detail::defer_< C, Ts... > >