Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSortedMap & operator=
(
TSortedMap&& |
Containers/SortedMap.h | ||
TSortedMap & operator=
(
const TSortedMap& |
Containers/SortedMap.h | ||
TSortedMap & operator=
(
TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate >&& Other |
End - intrusive TOptional |
Containers/SortedMap.h | |
TSortedMap & operator=
(
const TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate >& Other |
Assignment operator for copying elements from a TSortedMap with a different ArrayAllocator. | Containers/SortedMap.h | |
TSortedMap & operator=
(
std::initializer_list< TPairInitializer< const KeyType&, const ValueType& > > InitList |
Assignment operator which gets its elements from a native initializer list | Containers/SortedMap.h |
operator=(TSortedMap &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
TSortedMap & operator=
(
TSortedMap &&
)
operator=(const TSortedMap &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
TSortedMap & operator=
(
const TSortedMap &
)
operator=(TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate > &&)
Description
Assignment operator for moving elements from a TSortedMap with a different ArrayAllocator.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
template<typename OtherArrayAllocator>
TSortedMap & operator=
(
TSortedMap < KeyType, ValueType, OtherArrayAllocator, SortPredicate > && Other
)
operator=(const TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate > &)
Description
Assignment operator for copying elements from a TSortedMap with a different ArrayAllocator.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
template<typename OtherArrayAllocator>
TSortedMap & operator=
(
const TSortedMap < KeyType, ValueType, OtherArrayAllocator, SortPredicate > & 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/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
TSortedMap & operator=
(
std::initializer_list< TPairInitializer < const KeyType &, const ValueType & > > InitList
)