dtype_traits< int > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = s32, ctype = f32 }
 
typedef int base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 101 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef int base_type

Definition at line 106 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 102 of file traits.hpp.

104  {
105  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 107 of file traits.hpp.

110 { return "uint"; }

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