vt::debug::stack namespace

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