Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/Map.h |
|
|
|
Containers/Map.h |
|
|
End - intrusive TOptional state //. |
Containers/Map.h |
|
|
Assignment operator for copying elements from a TMap with a different SetAllocator |
Containers/Map.h |
|
operator=(TMapBase &&)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMapBase & operator=
(
TMapBase &&
)
operator=(const TMapBase &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMapBase & operator=
(
const TMapBase &
)
operator=(TMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&)
Description
Assignment operator for moving elements from a TMap with a different SetAllocator
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
template<typename OtherSetAllocator>
TMapBase & operator=
(
TMapBase < KeyType, ValueType, OtherSetAllocator, KeyFuncs > && Other
)
operator=(const TMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &)
Description
Assignment operator for copying elements from a TMap with a different SetAllocator
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
template<typename OtherSetAllocator>
TMapBase & operator=
(
const TMapBase < KeyType, ValueType, OtherSetAllocator, KeyFuncs > & Other
)