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

The arithmetic type dimension getter trait specialization. More...

#include <DimArithmetic.hpp>

Public Types

using type = DimInt< 1u >
 

Detailed Description

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

The arithmetic type dimension getter trait specialization.

Definition at line 15 of file DimArithmetic.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using alpaka::trait::DimType< T, std::enable_if_t< std::is_arithmetic_v< T > > >::type = DimInt<1u>

Definition at line 17 of file DimArithmetic.hpp.


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