![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< bConst >:Public Member Functions | |
| UE_FORCEINLINE_HINT | TBaseKeyIterator (const SetItType &InSetIt) |
| UE_FORCEINLINE_HINT TBaseKeyIterator & | operator++ () |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| UE_FORCEINLINE_HINT FSetElementId | GetId () const |
| UE_FORCEINLINE_HINT ItKeyType & | Key () const |
| UE_FORCEINLINE_HINT ItValueType & | Value () const |
| UE_FORCEINLINE_HINT decltype(auto) | operator* () const |
| UE_FORCEINLINE_HINT decltype(auto) | operator-> () const |
Protected Attributes | |
| SetItType | SetIt |
The base type of iterators that iterate over the values associated with a specified key.
|
inline |
Initialization constructor.
|
inline |
|
inline |
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
inverse of the "bool" operator
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |