]> git.tdb.fi Git - libs/core.git/blob - source/debug/demangle.h
Add move semantics to Variant
[libs/core.git] / source / debug / demangle.h
1 #ifndef MSP_DEBUG_DEMANGLE_H_
2 #define MSP_DEBUG_DEMANGLE_H_
3
4 #include <string>
5 #include <msp/core/mspcore_api.h>
6
7 namespace Msp {
8 namespace Debug {
9
10 MSPCORE_API std::string demangle(const std::string &);
11
12 } // namespace Debug
13 } // namespace Msp
14
15 #endif