proxygen
|
#include <TypeList.h>
Public Types | |
template<class... Us> | |
using | apply = MetaApply< Fn, Us..., Ts... > |
Partially evaluate the metafunction class Fn
by binding the arguments Ts...
to the back of the argument list.
MetaApply<MetaBindBack<Fn, Ts...>, Us...>
is equivalent to MetaApply<Fn, Us..., Ts...>
.
Definition at line 255 of file TypeList.h.
using folly::detail::MetaBindBack< Fn, Ts >::apply = MetaApply<Fn, Us..., Ts...> |
Definition at line 257 of file TypeList.h.