Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TEnumRange< EnumType > Struct Template Reference

#include <EnumRange.h>

+ Inheritance diagram for TEnumRange< EnumType >:
+ Collaboration diagram for TEnumRange< EnumType >:

Detailed Description

template<typename EnumType>
struct TEnumRange< EnumType >

Range type for iterating over enum values. Enums should define themselves as iterable by specifying one of the ENUM_RANGE_* macros.

Example:

for (ECountedThing Val : TEnumRange<ECountedThing>()) { ... }

Definition at line 233 of file EnumRange.h.


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