dtype_traits< std::complex< float > > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = c32, ctype = c32 }
 
typedef float base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 51 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef float base_type

Definition at line 56 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 52 of file traits.hpp.

54  {
55  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 57 of file traits.hpp.

60 { return "double"; }

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