@brief Checks that frame references NULL address. @returns `true` if `this->address() == 0` @b Complexity: O(1) @b Async-Handler-Safety: Safe.
| 138 | /// |
| 139 | /// @b Async-Handler-Safety: Safe. |
| 140 | constexpr bool empty() const noexcept { return !address(); } |
| 141 | }; |
| 142 | |
| 143 |
no outgoing calls