|
proxygen
|
#include <TypeList.h>
Public Types | |
| template<class... Ts> | |
| using | apply = MetaApply< P, MetaApply< Q, Ts... >> |
Compose two metafunction classes into one by chaining.
MetaApply<MetaCompose<P, Q>, Ts...> is equivalent to MetaApply<P, MetaApply<Q, Ts...>>.
Definition at line 190 of file TypeList.h.
| using folly::detail::MetaCompose< P, Q >::apply = MetaApply<P, MetaApply<Q, Ts...>> |
Definition at line 192 of file TypeList.h.