Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMultiMap
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 |
|
|
Assignment operator which gets its elements from a native initializer list |
Containers/Map.h |
|
operator=(TMultiMap &&)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap & operator=
(
TMultiMap &&
)
operator=(const TMultiMap &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap & operator=
(
const TMultiMap &
)
operator=(TMultiMap< 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>
TMultiMap & operator=
(
TMultiMap < KeyType, ValueType, OtherSetAllocator, KeyFuncs > && Other
)
operator=(const TMultiMap< 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>
TMultiMap & operator=
(
const TMultiMap < KeyType, ValueType, OtherSetAllocator, KeyFuncs > & Other
)
operator=(std::initializer_list< TPairInitializer< const KeyType &, const ValueType & > >)
Description
Assignment operator which gets its elements from a native initializer list
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap & operator=
(
std::initializer_list< TPairInitializer < const KeyType &, const ValueType & > > InitList
)