| TMapBase::TBaseIterator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
class TIterator : public TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< false >
Map iterator.
Name | Description | |
---|---|---|
|
~TIterator() |
Destructor. |
Name | Description | ||
---|---|---|---|
|
void |
RemoveCurrent() |
Removes the current pair from the map. |