alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::ElemType< T, std::enable_if_t< alpaka::detail::isCudaHipBuiltInType< T > > > Struct Template Reference

The CUDA/HIP vectors elem type trait specialization. More...

#include <CudaHipCommon.hpp>

Public Types

using type = decltype(std::declval< T >().x)
 

Detailed Description

template<typename T>
struct alpaka::trait::ElemType< T, std::enable_if_t< alpaka::detail::isCudaHipBuiltInType< T > > >

The CUDA/HIP vectors elem type trait specialization.

Definition at line 118 of file CudaHipCommon.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using alpaka::trait::ElemType< T, std::enable_if_t< alpaka::detail::isCudaHipBuiltInType< T > > >::type = decltype(std::declval<T>().x)

Definition at line 120 of file CudaHipCommon.hpp.


The documentation for this struct was generated from the following file: