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

Method frame

include/boost/stacktrace/detail/frame_decl.hpp:48–50  ·  view source on GitHub ↗

@brief Constructs frame that references NULL address. Calls to source_file() and source_line() will return empty string. Calls to source_line() will return 0. @b Complexity: O(1). @b Async-Handler-Safety: Safe. @throws Nothing.

Source from the content-addressed store, hash-verified

46 /// @b Async-Handler-Safety: Safe.
47 /// @throws Nothing.
48 constexpr frame() noexcept
49 : addr_(0)
50 {}
51
52#ifdef BOOST_STACKTRACE_DOXYGEN_INVOKED
53 /// @brief Copy constructs frame.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected