proxygen
folly::detail::Type< T > Struct Template Reference

#include <TypeList.h>

Public Types

using type = T
 
template<class... >
using apply = T
 

Detailed Description

template<class T>
struct folly::detail::Type< T >

A wrapper for a type

Definition at line 121 of file TypeList.h.

Member Typedef Documentation

template<class T >
template<class... >
using folly::detail::Type< T >::apply = T

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.

template<class T >
using folly::detail::Type< T >::type = T

An alias for the wrapped type

Definition at line 125 of file TypeList.h.


The documentation for this struct was generated from the following file: