dtype_traits< std::complex< float > > 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< std::complex< float > >

Definition at line 43 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef float base_type

Definition at line 48 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 44 of file traits.hpp.

44  {
45  af_type = c32 ,
46  ctype = c32
47  };
32-bit complex floating point values
Definition: defines.h:197

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 49 of file traits.hpp.

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

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