Autoware.Auto
autoware::helper_functions Namespace Reference

Functions

template<typename T >
COMMON_PUBLIC std::string get_type_name ()
 Get a demangled name of a type. More...
 
template<typename T >
COMMON_PUBLIC std::string get_type_name (const T &)
 Get a demangled name of a type given its instance. More...
 

Function Documentation

◆ get_type_name() [1/2]

template<typename T >
COMMON_PUBLIC std::string autoware::helper_functions::get_type_name ( )

Get a demangled name of a type.

◆ get_type_name() [2/2]

template<typename T >
COMMON_PUBLIC std::string autoware::helper_functions::get_type_name ( const T &  )

Get a demangled name of a type given its instance.