Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
Inheritance Hierarchy
References
| |
|
| Module |
Core |
| Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include |
#include "Containers/Map.h" |
Syntax
class TIterator : public TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< false >
Map iterator.
Constructors
| |
Type |
Name |
Description |
 |
|
|
Initialization constructor. |
Destructors
| |
Type |
Name |
Description |
 |
|
|
Destructor. |
Functions
| |
Type |
Name |
Description |
 |
void |
|
Removes the current pair from the map without losing the iteration position. |