40  std::string 
demangle(std::string 
const & mangledName);
 
   43  std::string 
demangle(
char const * mangledName);
 
   58#include <jevois/Util/details/DemangleImpl.H> 
std::string demangledName()
Get the demangled type name of type T.
std::string demangledName< std::string >()
Specialization for std::string to avoid getting an ugly name.
std::string demangle(std::string const &mangledName)
Demangle a mangled name.
Main namespace for all JeVois classes and functions.