TBaseIterator

The base of [TMapBase](API\Runtime\Core\Containers\TMapBase) iterators.

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, bool bRangedFor>
class TBaseIterator

Remarks

The base of TMapBase iterators.

Variables

Name Description

Protected variable

PairItType

 

PairIt

Constructors

Name Description

Public function

TBaseIterator

(
    const PairItType& InElementIt
)

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 Const

PairType &

 

operator*()

Public function

TBaseIterato...

 

operator++()

Public function Const

PairType ...

 

operator->()

Typedefs

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