TConstKeyIterator

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

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++()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss