LLVM  4.0.0
List of all members
llvm::index_sequence< I > Struct Template Reference

Alias for the common case of a sequence of size_ts. More...

#include <STLExtras.h>

Inheritance diagram for llvm::index_sequence< I >:
[legend]
Collaboration diagram for llvm::index_sequence< I >:
[legend]

Additional Inherited Members

- Public Types inherited from llvm::integer_sequence< std::size_t, I...>
typedef std::size_t value_type
 
- Static Public Member Functions inherited from llvm::integer_sequence< std::size_t, I...>
static constexpr size_t size ()
 

Detailed Description

template<size_t... I>
struct llvm::index_sequence< I >

Alias for the common case of a sequence of size_ts.

Definition at line 354 of file STLExtras.h.


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