@returns Address of the frame function. @b Complexity: O(1). @b Async-Handler-Safety: Safe. @throws Nothing.
| 103 | /// @b Async-Handler-Safety: Safe. |
| 104 | /// @throws Nothing. |
| 105 | constexpr native_frame_ptr_t address() const noexcept { |
| 106 | return addr_; |
| 107 | } |
| 108 | |
| 109 | /// @returns Path to the source file, were the function of the frame is defined. Returns empty string |
| 110 | /// if this->source_line() == 0. |
no outgoing calls