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

Function throw_with_trace

example/throwing_st.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18//[getting_started_class_with_trace
19template <class E>
20void throw_with_trace(const E& e) {
21 throw boost::enable_error_info(e)
22 << traced(boost::stacktrace::stacktrace());
23}
24//]
25
26////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Callers 1

oopsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected