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

Method empty

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

@brief Checks that frame references NULL address. @returns `true` if `this->address() == 0` @b Complexity: O(1) @b Async-Handler-Safety: Safe.

Source from the content-addressed store, hash-verified

138 ///
139 /// @b Async-Handler-Safety: Safe.
140 constexpr bool empty() const noexcept { return !address(); }
141};
142
143

Callers 12

test_nestedFunction · 0.45
test_nestedFunction · 0.45
assert_no_pending_tracesFunction · 0.45
name_implFunction · 0.45
addr2lineFunction · 0.45
source_locationFunction · 0.45
name_implFunction · 0.45
source_fileMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_nestedFunction · 0.36
test_nestedFunction · 0.36