![]() |
Ark Server API (ASA) - Wiki
|
#include <UnrealTemplate.h>
Public Member Functions | |
| TKeyValuePair (const KeyType &InKey, const ValueType &InValue) | |
| TKeyValuePair (const KeyType &InKey) | |
| TKeyValuePair () | |
| bool | operator== (const TKeyValuePair &Other) const |
| bool | operator!= (const TKeyValuePair &Other) const |
| bool | operator< (const TKeyValuePair &Other) const |
| FORCEINLINE bool | operator() (const TKeyValuePair &A, const TKeyValuePair &B) const |
Public Attributes | |
| KeyType | Key |
| ValueType | Value |
Helper class to make it easy to use key/value pairs with a container.
Definition at line 405 of file UnrealTemplate.h.
|
inline |
Definition at line 407 of file UnrealTemplate.h.
|
inline |
Definition at line 411 of file UnrealTemplate.h.
|
inline |
Definition at line 415 of file UnrealTemplate.h.
|
inline |
Definition at line 422 of file UnrealTemplate.h.
|
inline |
Definition at line 430 of file UnrealTemplate.h.
|
inline |
Definition at line 426 of file UnrealTemplate.h.
|
inline |
Definition at line 418 of file UnrealTemplate.h.
| KeyType TKeyValuePair< KeyType, ValueType >::Key |
Definition at line 434 of file UnrealTemplate.h.
| ValueType TKeyValuePair< KeyType, ValueType >::Value |
Definition at line 435 of file UnrealTemplate.h.