Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
The name demangling namespace. More...
Functions | |
std::string | get_type_name (const std::type_info &tinfo) |
template<typename T > | |
std::string | get_static_type (const T &) |
This function uses name demangling facilities to get the name of the static type (T ) of the object passed in arguments. More... | |
template<typename T > | |
std::string | get_dynamic_type (const T &t) |
This function uses name demangling facilities to get the name of the dynamic type of the object passed in arguments. More... | |
The name demangling namespace.
std::string gko::name_demangling::get_dynamic_type | ( | const T & | t | ) |
This function uses name demangling facilities to get the name of the dynamic type of the object passed in arguments.
T | the type of the object to demangle |
t | the object we get the dynamic type of |
std::string gko::name_demangling::get_static_type | ( | const T & | ) |
This function uses name demangling facilities to get the name of the static type (T
) of the object passed in arguments.
T | the type of the object to demangle |
unused |