dtype_traits< af::cfloat > Struct Template 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

template<>
struct af::dtype_traits< af::cfloat >

Definition at line 33 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef float base_type

Definition at line 38 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 34 of file traits.hpp.

34  {
35  af_type = c32 ,
36  ctype = c32
37  };
32-bit complex floating point values
Definition: defines.h:197

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 39 of file traits.hpp.

39 { return "std::complex<float>"; }

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