template<typename T, typename T_ValueType = alpaka::NotRequired>
|| std::same_as<T_ValueType, alpaka::NotRequired>)
Concept to check if a type is a vector or scalar variable.
typename GetValueType< T >::type GetValueType_t
constexpr bool isVector_v
Concept to check if a type is a vector or scalar variable.
- Template Parameters
-
| T | Type to check |
| T_ValueType | enforce a value type of T, if not provided the value type is not checked |
Definition at line 65 of file Vec.hpp.