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

Concept to check if the given type has a static dim() function. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept HasStaticDim = requires(T t) { T::dim(); }
Concept to check if the given type has a static dim() function.
Definition concepts.hpp:31

Detailed Description

Concept to check if the given type has a static dim() function.

Definition at line 31 of file concepts.hpp.