UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AlgoImpl::TRangePointerType< RangeType > Struct Template Reference

#include <RangePointerType.h>

Public Types

using Type = decltype(&*DeclVal< RangeType & >().begin())
 

Detailed Description

template<typename RangeType>
struct AlgoImpl::TRangePointerType< RangeType >

Traits class whose Type member is the pointer type to an element of the range.

Member Typedef Documentation

◆ Type

template<typename RangeType >
using AlgoImpl::TRangePointerType< RangeType >::Type = decltype(&*DeclVal<RangeType&>().begin())

The documentation for this struct was generated from the following file: