Choose your operating system:
Windows
macOS
Linux
| TSortedMap< false >::TBaseIterator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
class TKeyIterator : public TSortedMap< false >::TBaseIterator
Iterates over values associated with a specified key in a map. This will be at most one value because keys must be unique
Name | Description | |
---|---|---|
|
TKeyIterator ( |
Name | Description | ||
---|---|---|---|
|
RemoveCurrent() |
Removes the current key-value pair from the map. |
Name | Description | ||
---|---|---|---|
|
TKeyIterator... |
operator++() |