TCheckedPointerIterator::TCheckedPointerIterator

This iterator type only supports the minimal functionality needed to support C++ ranged-for syntax.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Array.h"

Syntax

TCheckedPointerIterator
(
    const SizeType & InNum,
    ElementType * InPtr
)

Remarks

This iterator type only supports the minimal functionality needed to support C++ ranged-for syntax. For example, it does not provide post-increment ++ nor ==.

We do add an operator-- to help FString implementation

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