WPILibC++ 2024.1.1-beta-4
Demangle.h File Reference
#include <string>
#include <string_view>
#include <typeinfo>

Go to the source code of this file.

Namespaces

namespace  wpi
 

Functions

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