MCPcopy Create free account
hub / github.com/boostorg/stacktrace / thrown_info

Class thrown_info

src/from_exception.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17constexpr std::size_t kStacktraceDumpSize = 4096;
18
19struct thrown_info {
20 ULONG_PTR object;
21 char* dump;
22};
23
24struct exception_data {
25 bool capture_stacktraces_at_throw = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected