|
proxygen
|
#include <TypeList.h>
Public Types | |
| using | type = T |
| template<class... > | |
| using | apply = T |
A wrapper for a type
Definition at line 121 of file TypeList.h.
This wrapper is a metafunction class that, when applied with any number of arguments, returns the wrapped type.
Definition at line 132 of file TypeList.h.
| using folly::detail::Type< T >::type = T |
An alias for the wrapped type
Definition at line 125 of file TypeList.h.