@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.
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected