WPILibC++  unspecified
llvm::integer_sequence< T, I > Struct Template Reference

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

#include <STLExtras.h>

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.


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