ONE - On-device Neural Engine
Loading...
Searching...
No Matches
arser::TypeName< T > Struct Template Reference

#include <arser.h>

Static Public Member Functions

static const char * Get ()
 

Detailed Description

template<typename T>
struct arser::TypeName< T >

Definition at line 98 of file arser.h.

Member Function Documentation

◆ Get()

template<typename T >
static const char * arser::TypeName< T >::Get ( )
inlinestatic

Definition at line 100 of file arser.h.

100{ return typeid(T).name(); }

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