LLVM  8.0.1
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 "llvm/ADT/STLExtras.h"

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

Public Types

using value_type = T
 

Static Public Member Functions

static 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 990 of file STLExtras.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 991 of file STLExtras.h.

Member Function Documentation

◆ size()

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

Definition at line 993 of file STLExtras.h.


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