dtype_traits< float > Struct Reference

#include <traits.hpp>

Public Types

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

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 31 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef float base_type

Definition at line 36 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 32 of file traits.hpp.

34  {
35  enum {

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 37 of file traits.hpp.

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

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