Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Demangle.h File Reference
#include <string>
#include <string_view>
#include <typeinfo>

Go to the source code of this file.

Namespaces

namespace  wpi
 Foonathan namespace.
 

Functions

std::string wpi::Demangle (std::string_view mangledSymbol)
 Demangle a C++ symbol.
 
template<typename T >
std::string wpi::GetTypeName (const T &type)
 Returns the type name of an object.