alpaqa develop
Nonconvex constrained optimization
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
demangled-typename.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <alpaqa/export.hpp>
4
5#include <string>
6#include <typeinfo>
7
8/// Get the pretty name of the given type as a string.
9ALPAQA_EXPORT std::string demangled_typename(const std::type_info &t);
std::string demangled_typename(const std::type_info &t)
Get the pretty name of the given type as a string.