proxygen
|
#include <TypeList.h>
Public Types | |
template<class T > | |
using | apply = T |
A metafunction class that always returns its argument unmodified.
MetaApply<MetaIdentity, int>
is equivalent to int
.
Definition at line 200 of file TypeList.h.
using folly::detail::MetaIdentity::apply = T |
Definition at line 202 of file TypeList.h.