#include <string>
#include <typeinfo>
Go to the source code of this file.
Classes | |
struct | flecsi::util::Symbol< S > |
Namespaces | |
flecsi | |
Functions | |
std::string | flecsi::util::demangle (const char *const name) |
template<class T > | |
std::string | flecsi::util::type () |
std::string | flecsi::util::type (const std::type_info &type_info) |
template<auto & S> | |
std::string | flecsi::util::symbol () |
std::string flecsi::util::symbol | ( | ) |
Return the name of the template argument.
a | reference to a function or variable |