WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
Demangle.hpp File Reference
#include <string>
#include <string_view>
#include <typeinfo>

Go to the source code of this file.

Namespaces

namespace  wpi
namespace  wpi::util

Functions

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