28 #ifndef INCLUDED_Quote_h_GUID_0665E3E5_DDFC_489F_AC33_6AF40B7454A6 29 #define INCLUDED_Quote_h_GUID_0665E3E5_DDFC_489F_AC33_6AF40B7454A6 46 template <
template <
typename...>
class C>
struct quote {
49 template <
typename... Ts>
using apply =
t_<
defer<C, Ts...>>;
54 #endif // INCLUDED_Quote_h_GUID_0665E3E5_DDFC_489F_AC33_6AF40B7454A6 Turn a class template or alias template C into a Alias Class.
Definition: Quote.h:46
A wrapper that defers the instantiation of a template C with type parameters Ts in a lambda or let ex...
Definition: Defer.h:74
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
typename T::type t_
A convenience alias template to extract the nested type within the supplied T.
Definition: T.h:52