TBaseKeyIterator

The base type of iterators that iterate over the values associated with a specified key.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

template<bool bConst>
class TBaseKeyIterator

Remarks

The base type of iterators that iterate over the values associated with a specified key.

Variables

Name Description

Protected variable

SetItType

 

SetIt

Constructors

Name Description

Public function

TBaseKeyIterator

(
    const SetItType& InSetIt
)

Initialization constructor.

Functions

Name Description

Public function Const

ItKeyType &

 

Key()

Public function Const

ItValueType ...

 

Value()

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function Const

bool

 

operator!()

Inverse of the "bool" operator

Public function

TBaseKeyIter...

 

operator++()

Typedefs

Name

Description

ItKeyType

ItValueType

SetItType

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