alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::IdxType< T, std::enable_if_t< std::is_arithmetic_v< T > > > Struct Template Reference

The arithmetic idx type trait specialization. More...

#include <Traits.hpp>

Public Types

using type = std::decay_t< T >
 

Detailed Description

template<typename T>
struct alpaka::trait::IdxType< T, std::enable_if_t< std::is_arithmetic_v< T > > >

The arithmetic idx type trait specialization.

Definition at line 35 of file Traits.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using alpaka::trait::IdxType< T, std::enable_if_t< std::is_arithmetic_v< T > > >::type = std::decay_t<T>

Definition at line 37 of file Traits.hpp.


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