Type.cxx
Go to the documentation of this file.
1 #include "WireCellUtil/Type.h"
2 
3 #include <boost/core/demangle.hpp>
4 
5 
7 
8  std::string ret = boost::core::demangle(name.c_str());
9  return ret;
10 }
static QCString name
Definition: declinfo.cpp:673
std::string demangle(T const *=nullptr)
Outputs a demangled name for type T.
Definition: DebugUtils.h:348
std::string string
Definition: nybbler.cc:12
std::string demangle(const std::string &name)
Definition: Type.cxx:6