| TMapBase::TBaseKeyIterator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
template<bool bConst>
class TBaseKeyIterator
The base type of iterators that iterate over the values associated with a specified key.
Name | Description | ||
---|---|---|---|
|
SetItType |
SetIt |
Name | Description | |
---|---|---|
|
TBaseKeyIterator ( |
Initialization constructor. |
Name | Description | ||
---|---|---|---|
|
FSetElementI... |
GetId() |
|
|
ItKeyType & |
Key() |
|
|
ItValueType ... |
Value() |
Name | Description | ||
---|---|---|---|
|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. |
|
|
bool |
operator!() |
Inverse of the "bool" operator |
|
decltype(aut... |
operator*() |
|
|
TBaseKeyIter... |
operator++() |
|
|
decltype(aut... |
operator->() |
Name |
Description |
---|---|
ItKeyType |
|
ItValueType |
|
SetItType |