preCICE
Loading...
Searching...
No Matches
src
utils
stacktrace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
6
std::string
getStacktrace
();
getStacktrace
std::string getStacktrace()
Returns a demangled stack backtrace of the caller function.
Definition
stacktrace.cpp:7