dtype_traits< af::cfloat > 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 41 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef float base_type

Definition at line 46 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 42 of file traits.hpp.

44  {
45  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 47 of file traits.hpp.

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

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