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 */
10template <typename T, T Val>
12{
13 static constexpr T Value = Val;
14};
static constexpr T Value