dtype_traits< char > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = b8, ctype = f32 }
 
typedef char base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 91 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef char base_type

Definition at line 96 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 92 of file traits.hpp.

94  {
95  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 97 of file traits.hpp.

100 { return "int"; }

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