My Project
dtype_traits< long long > Struct Template Reference

#include <traits.hpp>

Public Types

enum  { af_type = s64, ctype = s64 }
 
typedef long long base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

template<>
struct af::dtype_traits< long long >

Definition at line 123 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef long long base_type

Definition at line 128 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 124 of file traits.hpp.

124  {
125  af_type = s64 ,
126  ctype = s64
127  };
64-bit signed integral values
Definition: defines.h:204

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 129 of file traits.hpp.

129 { return "long"; }

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