dtype_traits< double > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = f64, ctype = f32 }
 
typedef double base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 61 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef double base_type

Definition at line 66 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 62 of file traits.hpp.

64  {
65  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 67 of file traits.hpp.

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

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