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

Function empty

include/boost/stacktrace/stacktrace.hpp:312–312  ·  view source on GitHub ↗

@brief Allows to check that stack trace failed. @returns `true` if `this->size() == 0` @b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.

Source from the content-addressed store, hash-verified

310 ///
311 /// @b Async-Handler-Safety: \asyncsafe.
312 bool empty() const noexcept { return !size(); }
313
314 const std::vector<boost::stacktrace::frame, Allocator>& as_vector() const noexcept {
315 return impl_;

Callers 2

stacktrace.hppFile · 0.85
frameClass · 0.85

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected