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