Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
Inheritance Hierarchy
- TMapBase::TBaseKeyIterator
- TMapBase::TConstKeyIterator
- TMapBase::TKeyIterator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
Syntax
template<bool bConst>
class TBaseKeyIterator
Remarks
The base type of iterators that iterate over the values associated with a specified key.
Variables
| Type | Name | Description | |
|---|---|---|---|
| SetItType | SetIt |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBaseKeyIterator
(
const SetItType& InSetIt |
Initialization constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSetElementId | GetId () |
||
| ItKeyType & | Key () |
||
| ItValueType & | Value () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| decltype(auto) | operator* () |
||
| TBaseKeyIterator & | operator++ () |
||
| decltype(auto) | operator-> () |
Typedefs
| Name | Description |
|---|---|
| ItKeyType | |
| ItValueType | |
| SetItType |