My Project
dtype_traits< unsigned long long > Struct Template Reference

#include <traits.hpp>

Public Types

enum  { af_type = u64, ctype = u64 }
 
typedef unsigned long long base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

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

Definition at line 133 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef unsigned long long base_type

Definition at line 138 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 134 of file traits.hpp.

134  {
135  af_type = u64 ,
136  ctype = u64
137  };
64-bit unsigned integral values
Definition: defines.h:207

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 139 of file traits.hpp.

139 { return "ulong"; }

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