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