Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSet
Used to iterate over the elements of a const TSet.
| Name | TConstKeyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
Syntax
class TConstKeyIterator : public TSet< true >::TBaseKeyIterator
Inheritance Hierarchy
- TSet< true >::TBaseKeyIterator → TSet::TConstKeyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstKeyIterator
(
const TSet& InSet, |
Containers/Set.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyArgumentType | typename Super::KeyArgumentType | Containers/Set.h | |
| Super | TBaseKeyIterator< true > | Containers/Set.h |