A high-performance general-purpose compute library
dtype_traits< unsigned > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = u32 , ctype = f32 }
 
typedef unsigned base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 104 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef unsigned base_type

Definition at line 109 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 105 of file traits.hpp.

105 {
106 af_type = u32 ,
107 ctype = f32
108 };
@ u32
32-bit unsigned integral values
Definition: defines.h:217
@ f32
32-bit floating point values
Definition: defines.h:211

Member Function Documentation

◆ getName()

static const char * getName ( )
inlinestatic

Definition at line 110 of file traits.hpp.

110{ return "uint"; }

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