| TMapBase::TBaseKeyIterator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
class TKeyIterator : public TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< false >
Iterates over values associated with a specified key in a map.
Name | Description | |
---|---|---|
|
TKeyIterator ( |
Name | Description | ||
---|---|---|---|
|
void |
RemoveCurrent() |
Removes the current key-value pair from the map. |
Name |
Description |
---|---|
IteratorType |
|
KeyArgumentType |
|
Super |