namespace
#include <src/vt/configs/error/stack_out.h>
stack
Typedefs
- using StackTupleType = std::tuple<int32_t, uint64_t, std::string, std::size_t>
- using DumpStackType = std::vector<StackTupleType>
Functions
- auto dumpStack(int skip) -> DumpStackType
- auto prettyPrintStack(DumpStackType const& stack) -> std::string