alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::concepts::LazyIdxRange Concept Reference

Concept to check if a type is a lazy-evaluated index range. More...

#include <IdxRange.hpp>

Concept definition

template<typename T>
Concept to check if a type is a lazy-evaluated index range.
Definition IdxRange.hpp:251
constexpr bool isLazyIndexRange_v
Definition IdxRange.hpp:228

Detailed Description

Concept to check if a type is a lazy-evaluated index range.

Attention
the value type and dimension can not be evaluated for lazy index ranges.
Template Parameters
TType to check

Definition at line 251 of file IdxRange.hpp.