Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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.

Definition at line 13 of file RangePointerType.h.

Member Typedef Documentation

◆ Type

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

Definition at line 15 of file RangePointerType.h.


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