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

Concept to check if the given type is a C static array. More...

#include <types.hpp>

Concept definition

template<typename T>
concept CStaticArray = std::is_array_v<T>
Concept to check if the given type is a C static array.
Definition types.hpp:14

Detailed Description

Concept to check if the given type is a C static array.

Definition at line 14 of file types.hpp.