dtype_traits< af::cdouble > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = c64, ctype = c64 }
 
typedef double base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 71 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef double base_type

Definition at line 76 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 72 of file traits.hpp.

74  {
75  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 77 of file traits.hpp.

80 { return "std::complex<double>"; }

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