Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- TSetElementBase
- TSetElement
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
Syntax
template<typename InElementType>
class TSetElement : public TSetElementBase< InElementType, THasTypeLayout< InElementType >::Value >
Remarks
An element in the set.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSetElement () |
Default constructor. | ||
TSetElement
(
InitType&& InValue |
Initialization constructor. | ||
TSetElement
(
TSetElement&& |
|||
TSetElement
(
const TSetElement& |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const TSetElement& Other |
||
| TSetElement & | operator=
(
TSetElement&& |
||
| TSetElement & | operator=
(
const TSetElement& |
||
| bool | operator==
(
const TSetElement& Other |
Comparison operators. |
Typedefs
| Name | Description |
|---|---|
| Super |