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