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 TKeyIterator : public TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< false >
Iterates over values associated with a specified key in a map.
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
Functions
| |
Type |
Name |
Description |
 |
void |
|
Removes the current key-value pair from the map. |
Typedefs