UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RangePointerType.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Templates/UnrealTemplate.h
"
// For DeclVal
6
7
namespace
AlgoImpl
8
{
12
template
<
typename
RangeType>
13
struct
TRangePointerType
14
{
15
using
Type
=
decltype
(&*
DeclVal<RangeType&>
().begin());
16
};
17
18
template
<
typename
T,
unsigned
int
N>
19
struct
TRangePointerType
<T[N]>
20
{
21
using
Type
= T*;
22
};
23
}
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
UnrealTemplate.h
AlgoImpl
Definition
BinarySearch.h:10
AlgoImpl::TRangePointerType< T[N]>::Type
T * Type
Definition
RangePointerType.h:21
AlgoImpl::TRangePointerType
Definition
RangePointerType.h:14
AlgoImpl::TRangePointerType::Type
decltype(&*DeclVal< RangeType & >().begin()) Type
Definition
RangePointerType.h:15
Engine
Source
Runtime
Core
Public
Algo
Impl
RangePointerType.h
Generated by
1.9.8