Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Iterates over values associated with a specified key in a const map. This will be at most one value because keys must be unique
| Name | TConstKeyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
Syntax
class TConstKeyIterator : public TSortedMap< true >::TBaseIterator
Inheritance Hierarchy
- TSortedMap< true >::TBaseIterator → TSortedMap::TConstKeyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstKeyIterator
(
const TSortedMap& InMap, |
Containers/SortedMap.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TBaseIterator< true > | Containers/SortedMap.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstKeyIterator & operator++() |
Containers/SortedMap.h |