Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TKeyInitializer< KeyInitType > Class Template Reference

#include <Map.h>

+ Collaboration diagram for TKeyInitializer< KeyInitType >:

Public Member Functions

FORCEINLINE TKeyInitializer (KeyInitType InKey)
 
template<typename KeyType , typename ValueType >
 operator TPair< KeyType, ValueType > () const
 

Public Attributes

TRValueToLValueReference< KeyInitType >::Type Key
 

Detailed Description

template<typename KeyInitType>
class TKeyInitializer< KeyInitType >

An initializer type for keys that's passed to the pair set when adding a new key.

Definition at line 54 of file Map.h.

Constructor & Destructor Documentation

◆ TKeyInitializer()

template<typename KeyInitType >
FORCEINLINE TKeyInitializer< KeyInitType >::TKeyInitializer ( KeyInitType InKey)
inlineexplicit

Initialization constructor.

Definition at line 60 of file Map.h.

Member Function Documentation

◆ operator TPair< KeyType, ValueType >()

template<typename KeyInitType >
template<typename KeyType , typename ValueType >
TKeyInitializer< KeyInitType >::operator TPair< KeyType, ValueType > ( ) const
inline

Definition at line 65 of file Map.h.

Member Data Documentation

◆ Key

template<typename KeyInitType >
TRValueToLValueReference<KeyInitType>::Type TKeyInitializer< KeyInitType >::Key

Definition at line 57 of file Map.h.


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