proxygen
folly::integer_sequence< T, Ints > Struct Template Reference

#include <Utility.h>

Public Types

using value_type = T
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Detailed Description

template<class T, T... Ints>
struct folly::integer_sequence< T, Ints >

Definition at line 182 of file Utility.h.

Member Typedef Documentation

template<class T, T... Ints>
using folly::integer_sequence< T, Ints >::value_type = T

Definition at line 183 of file Utility.h.

Member Function Documentation

template<class T, T... Ints>
static constexpr std::size_t folly::integer_sequence< T, Ints >::size ( )
inlinestaticnoexcept

Definition at line 185 of file Utility.h.

Referenced by TEST().

185  {
186  return sizeof...(Ints);
187  }

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