Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Member Functions
dmlc::type_name_helper< T > Struct Template Reference

helper class to construct a string that represents type name More...

#include <type_traits.h>

Static Public Member Functions

static std::string value ()
 

Detailed Description

template<typename T>
struct dmlc::type_name_helper< T >

helper class to construct a string that represents type name

Specialized this class to defined type name of custom types

Template Parameters
Tthe type to query

Member Function Documentation

◆ value()

template<typename T >
static std::string dmlc::type_name_helper< T >::value ( )
inlinestatic
Returns
a string of typename.

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