#include <cstdio>
#include <cstdlib>
#include "common.h"
Go to the source code of this file.
◆ clean_type_id() [1/2]
std::string clean_type_id |
( |
const char * |
typeid_name | ) |
|
|
inline |
◆ clean_type_id() [2/2]
◆ erase_all()
void erase_all |
( |
std::string & |
string, |
|
|
const std::string & |
search |
|
) |
| |
|
inline |
Erase all occurrences of a substring.
Definition at line 25 of file typeid.h.
◆ type_id()
template<typename T >
static std::string type_id |
( |
| ) |
|
|
static |
Return a string representation of a C++ type.
Definition at line 61 of file typeid.h.