|
proxygen
|
#include <TypeList.h>
Public Types | |
| template<class A , class B > | |
| using | apply = MetaApply< Fn, B, A > |
Given a binary metafunction class, convert it to another binary metafunction class with the argument order reversed.
Definition at line 334 of file TypeList.h.
| using folly::detail::MetaFlip< Fn >::apply = MetaApply<Fn, B, A> |
Definition at line 336 of file TypeList.h.