LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::integer_sequence< T, I > Struct Template Reference

Represents a compile-time sequence of integers. More...

#include <STLExtras.h>

Inheritance diagram for llvm::integer_sequence< T, I >:
[legend]

Public Types

typedef T value_type
 

Static Public Member Functions

static LLVM_CONSTEXPR size_t size ()
 

Detailed Description

template<class T, T... I>
struct llvm::integer_sequence< T, I >

Represents a compile-time sequence of integers.

Definition at line 222 of file STLExtras.h.

Member Typedef Documentation

template<class T, T... I>
typedef T llvm::integer_sequence< T, I >::value_type

Definition at line 223 of file STLExtras.h.

Member Function Documentation

template<class T, T... I>
static LLVM_CONSTEXPR size_t llvm::integer_sequence< T, I >::size ( )
inlinestatic

Definition at line 225 of file STLExtras.h.


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