37#ifndef PFC_TYPENAME_HPP
38#define PFC_TYPENAME_HPP
49 static std::string get() {
return typeid(T).name(); }
54 static std::string get() {
return "int"; }
59 static std::string get() {
return "float"; }
64 static std::string get() {
return "double"; }
68template <
typename T>
struct TypeName<std::complex<T>> {
Definition typename.hpp:48
Represents the global simulation domain (the "world").
Definition world.hpp:91