Meta  0.1
A tiny metaprogramming library
meta::quote_i< T, C > Struct Template Reference

Description

template<typename T, template< T... > class C>
struct meta::quote_i< T, C >

Turn a class template or alias template C taking literals of type T into a Callable.

Examples:
tuple_cat.cpp.

Definition at line 651 of file meta.hpp.