dtype_traits< short > Struct Template Reference

#include <traits.hpp>

Public Types

enum  { af_type = s16, ctype = s16 }
 
typedef short base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

template<>
struct af::dtype_traits< short >

Definition at line 144 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef short base_type

Definition at line 149 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 145 of file traits.hpp.

145  {
146  af_type = s16 ,
147  ctype = s16
148  };
16-bit signed integral values
Definition: defines.h:207

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 150 of file traits.hpp.

150 { return "short"; }

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