dtype_traits< unsigned char > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = u8, ctype = f32 }
 
typedef unsigned char base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 121 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef unsigned char base_type

Definition at line 126 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 122 of file traits.hpp.

124  {
125  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 127 of file traits.hpp.

130 { return "long"; }

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