Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedSet
The base of TSortedSet iterators
| Name | TBaseIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedSet.h |
| Include Path | #include "Containers/SortedSet.h" |
Syntax
template<bool bConst>
class TBaseIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBaseIterator
(
const ArrayIteratorType& InArrayIt |
Containers/SortedSet.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArrayIteratorType | std::conditional_t< bConst, typename ElementArrayType::TConstIterator, typename ElementArrayType::TIterator > | Containers/SortedSet.h | |
| ItElementType | std::conditional_t< bConst, const ElementType, ElementType > | Containers/SortedSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSetElementId GetId() |
Containers/SortedSet.h |
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | Containers/SortedSet.h | |
bool operator!=
(
const TBaseIterator& Rhs |
Containers/SortedSet.h | ||
ItElementType & operator*() |
Containers/SortedSet.h | ||
TBaseIterator & operator++() |
Containers/SortedSet.h | ||
bool operator==
(
const TBaseIterator& Rhs |
Containers/SortedSet.h | ||
ItElementType * operator->() |
Containers/SortedSet.h |