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

The fundamental type elem type trait specialization. More...

#include <Traits.hpp>

Public Types

using type = T
 

Detailed Description

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

The fundamental type elem type trait specialization.

Definition at line 28 of file Traits.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using alpaka::trait::ElemType< T, std::enable_if_t< std::is_fundamental_v< T > > >::type = T

Definition at line 30 of file Traits.hpp.


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