![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Concept to check if the given type is of the given dimensionality. More...
#include <concepts.hpp>
Concept to check if the given type is of the given dimensionality.
The checked type must also fulfill HasStaticDim.
| T | The type to check |
| T_dim | The dimension the checked type should have |
Definition at line 42 of file concepts.hpp.