dtype_traits< std::complex< double > > 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 81 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef double base_type

Definition at line 86 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 82 of file traits.hpp.

84  {
85  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 87 of file traits.hpp.

90 { return "char"; }

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