| TMapBase::TBaseIterator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
template<bool bConst, bool bRangedFor>
class TBaseIterator
The base of TMapBase iterators.
Name | Description | ||
---|---|---|---|
|
PairIt |
Name | Description | |
---|---|---|
|
TBaseIterator ( |
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 |
|
bool |
operator!= ( |
|
|
PairType & |
operator*() |
|
|
TBaseIterato... |
operator++() |
|
|
bool |
operator== ( |
|
|
PairType ... |
operator->() |
Name |
Description |
---|---|
ItKeyType |
|
ItValueType |
|
MapType |
|
PairItType |
|
PairType |