Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ReverseIterate.h |
| Include | #include "Misc/ReverseIterate.h" |
Syntax
template<typename T>
struct TReversePointerIterator
Remarks
Pointer-like reverse iterator type.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | TReversePointerIterator
(
T* InPtr |
This iterator type only supports the minimal functionality needed to support C++ ranged-for syntax. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| constexpr bool | operator!=
(
const TReversePointerIterator& Rhs |
||
| constexpr T & | operator* () |
||
| constexpr TReversePointerIterator & | operator++ () |