guanaqo
develop
Utilities for scientific software
Loading...
Searching...
No Matches
demangled-typename.hpp
Go to the documentation of this file.
1
#pragma once
2
3
/// @file
4
/// @ingroup core
5
/// Pretty-print type names.
6
7
#include <guanaqo/export.h>
8
9
#include <string>
10
#include <typeinfo>
11
12
namespace
guanaqo
{
13
14
/// Get the pretty name of the given type as a string.
15
/// @ingroup core
16
GUANAQO_EXPORT std::string
demangled_typename
(
const
std::type_info &t);
17
18
}
// namespace guanaqo
guanaqo::demangled_typename
std::string demangled_typename(const std::type_info &t)
Get the pretty name of the given type as a string.
Definition
demangled-typename.cpp:11
guanaqo
Definition
blas-interface.hpp:9
include
guanaqo
demangled-typename.hpp
Generated on
for guanaqo by
1.16.1