TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
stack_trace.hpp
#include "./first_include.hpp"
#include <string>

Detailed Description

Provides a function to capture the current C++ stack trace as a string.

Definition in file stack_trace.hpp.

Go to the source code of this file.

Functions

std::string triqs::utility::stack_trace ()
 Capture the current call stack and return it as a demangled, human-readable string.