5#ifndef WPIUTIL_WPI_DEMANGLE_H_ 
    6#define WPIUTIL_WPI_DEMANGLE_H_ 
   20std::string 
Demangle(std::string_view mangledSymbol);
 
Foonathan namespace.
Definition ntcore_cpp.h:26
 
std::string Demangle(std::string_view mangledSymbol)
Demangle a C++ symbol.
 
std::string GetTypeName(const T &type)
Returns the type name of an object.
Definition Demangle.h:27