Navigation
Unreal Engine C++ API Reference > Runtime > Core > Containers
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include | #include "Containers/Map.h" |
Syntax
template<typename KeyInitType, typename ValueInitType>
class TPairInitializer
Remarks
An initializer type for pairs that's passed to the pair set when adding a new pair.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TRValueToLValueReference< KeyInitType >::Type | Key | |
![]() |
TRValueToLValueReference< ValueInitType >::Type | Value |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TPairInitializer
(
const TPair< KeyType, ValueType >& Pair |
Implicit conversion to pair initializer. | |
![]() |
TPairInitializer
(
KeyInitType InKey, |
Initialization constructor. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |