Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IntegralConstant.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#
pragma
once
4
5
#
include
"CoreTypes.h"
6
7
/**
8
* Defines a value metafunction of the given Value.
9
*/
10
template
<
typename
T, T Val>
11
struct
TIntegralConstant
12
{
13
static
constexpr
T
Value
= Val;
14
};
TIntegralConstant
Definition
IntegralConstant.h:12
TIntegralConstant::Value
static constexpr T Value
Definition
IntegralConstant.h:13
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
Templates
IntegralConstant.h
Generated by
1.10.0