proxygen
folly::TemplateRange< T, start, n, Enable >::type Struct Reference

#include <TupleOps.h>

Public Types

using type = typename TemplateRange< T, start+1, n-1 >::type::template Prepend< start >
 

Detailed Description

template<class T, T start, T n, class Enable = void>
struct folly::TemplateRange< T, start, n, Enable >::type

Definition at line 50 of file TupleOps.h.

Member Typedef Documentation

template<class T , T start, T n, class Enable = void>
using folly::TemplateRange< T, start, n, Enable >::type::type = typename TemplateRange<T, start + 1, n - 1>::type::template Prepend< start>

Definition at line 53 of file TupleOps.h.


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