proxygen
|
#include <TypeList.h>
Public Types | |
template<class... Ts> | |
using | apply = MetaApply< MetaDefer< C, Ts... >> |
Lifts a class template or an alias template to be a metafunction class.
MetaApply<MetaQuote<C>, Ts...>
is equivalent to C<Ts...>
.
Definition at line 211 of file TypeList.h.
using folly::detail::MetaQuote< C >::apply = MetaApply<MetaDefer<C, Ts...>> |
Definition at line 213 of file TypeList.h.