Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
IntegerSequence.h File Reference
#include "../BasicTypes.h"
+ Include dependency graph for IntegerSequence.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TIntegerSequence< T, Indices >
 
struct  TMakeIntegerSequenceImpl< T, bTerminateRecursion, ToAdd, Values >
 
struct  TMakeIntegerSequenceImpl< T, true, ToAdd, Values... >
 

Typedefs

template<typename T , T ToAdd>
using TMakeIntegerSequence = typename TMakeIntegerSequenceImpl<T, (ToAdd == (T)0), ToAdd>::Type
 

Typedef Documentation

◆ TMakeIntegerSequence

template<typename T , T ToAdd>
using TMakeIntegerSequence = typename TMakeIntegerSequenceImpl<T, (ToAdd == (T)0), ToAdd>::Type

Definition at line 30 of file IntegerSequence.h.