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

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

#include <CudaHipCommon.hpp>

Public Types

using type = std::size_t
 

Detailed Description

template<typename TIdx>
struct alpaka::trait::IdxType< TIdx, std::enable_if_t< alpaka::detail::isCudaHipBuiltInType< TIdx > > >

The CUDA/HIP vectors idx type trait specialization.

Definition at line 154 of file CudaHipCommon.hpp.

Member Typedef Documentation

◆ type

template<typename TIdx >
using alpaka::trait::IdxType< TIdx, std::enable_if_t< alpaka::detail::isCudaHipBuiltInType< TIdx > > >::type = std::size_t

Definition at line 156 of file CudaHipCommon.hpp.


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