rll/rtti.h file

Namespaces

namespace rll
Contract-programming related functions and classes.
namespace rll::rtti
Runtime type information-related functions and classes.

Functions

auto demangle(char const* name) →  std::string
Demangles C++ type name from string.
template <typename T>
auto type_name() →  std::string
Returns C++ type name or signature from typeid object using RTTI.