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

Concept to check if a type is a CVector. More...

#include <Vec.hpp>

Concept definition

template<typename T, typename T_ValueType = alpaka::NotRequired>
&& (std::same_as<T_ValueType, trait::GetValueType_t<std::decay_t<T>>>
|| std::same_as<T_ValueType, alpaka::NotRequired>)
Concept to check if a type is a CVector.
Definition Vec.hpp:75
constexpr bool isCVector_v
Definition Vec.hpp:42

Detailed Description

Concept to check if a type is a CVector.

Checks whether the given type is a CVector. For more information, refer to the implementation alpaka::CVec.

Definition at line 75 of file Vec.hpp.