Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMultiMap
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/Map.h |
|
|
|
Containers/Map.h |
|
|
|
Containers/Map.h |
|
|
Constructor for moving elements from a TMap with a different SetAllocator |
Containers/Map.h |
|
|
Constructor for copying elements from a TMap with a different SetAllocator |
Containers/Map.h |
|
|
Constructor which gets its elements from a native initializer list |
Containers/Map.h |
|
|
|
Containers/Map.h |
|
TMultiMap()
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap()
TMultiMap(TMultiMap &&)
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap
(
TMultiMap &&
)
TMultiMap(const TMultiMap &)
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap
(
const TMultiMap &
)
TMultiMap(TMultiMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&)
Description
Constructor for moving elements from a TMap with a different SetAllocator
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
template<typename OtherSetAllocator>
TMultiMap
(
TMultiMap < KeyType, ValueType, OtherSetAllocator, KeyFuncs > && Other
)
TMultiMap(const TMultiMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &)
Description
Constructor for copying elements from a TMap with a different SetAllocator
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
template<typename OtherSetAllocator>
TMultiMap
(
const TMultiMap < KeyType, ValueType, OtherSetAllocator, KeyFuncs > & Other
)
TMultiMap(std::initializer_list< TPairInitializer< const KeyType &, const ValueType & > >)
Description
Constructor which gets its elements from a native initializer list
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap
(
std::initializer_list< TPairInitializer < const KeyType &, const ValueType & > > InitList
)
TMultiMap(FIntrusiveUnsetOptionalState)
| |
|
| Name |
TMultiMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMultiMap
(
FIntrusiveUnsetOptionalState Tag
)