mxnet
Static Public Member Functions | List of all members
dmlc::type_name_helper< T > Struct Template Reference

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

#include <type_traits.h>

Collaboration diagram for dmlc::type_name_helper< T >:
Collaboration graph

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

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: