Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Common.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5namespace Algo
6{
7 /**
8 * A special enum indicating that reference should NOT be used when iterating a container.
9 */
10 enum ENoRef { NoRef };
11}
Definition Heapify.h:12
ENoRef
Definition Common.h:10
@ NoRef
Definition Common.h:10