TConstKeyIterator

Iterates over values associated with a specified key in a const map.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

TSortedMap< true >::TBaseIterator

TSortedMap::TConstKeyIterator

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

class TConstKeyIterator : public TSortedMap< true >::TBaseIterator

Remarks

Iterates over values associated with a specified key in a const map. This will be at most one value because keys must be unique

Constructors

Name Description

Public function

TConstKeyIterator

(
    const TSortedMap& InMap,
    KeyInitType InKey
)

Operators

Name Description

Public function

TConstKeyIte...

 

operator++()