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

Concept to check if a type is a ThreadSpec or a FrameSpec. More...

#include <FrameSpec.hpp>

Concept definition

template<typename T>
Concept to check if a type is a ThreadSpec or a FrameSpec.
constexpr bool isThreadSpec_v
constexpr bool isFrameSpec_v

Detailed Description

Concept to check if a type is a ThreadSpec or a FrameSpec.

Template Parameters
TType to check

Definition at line 140 of file FrameSpec.hpp.