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 111 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef unsigned base_type

Definition at line 116 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 112 of file traits.hpp.

114  {
115  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 117 of file traits.hpp.

120 { return "uchar"; }

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