![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RangeView.h>
Public Member Functions | |
| TRangeView () | |
| template<typename TRange > | |
| TRangeView (TRange &&Arg) | |
| TRangeView (TFirst InFirst, TLast InLast) | |
| TFirst | begin () const |
| TLast | end () const |
| bool | IsEmpty () const |
| int32_t | Num () const |
| template<typename TArg > | |
| decltype(auto) | operator[] (TArg &&Arg) |
| template<typename TArg > | |
| decltype(auto) | operator[] (TArg &&Arg) const |
Public Attributes | |
| TFirst | First |
| TLast | Last |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |