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

Function crend

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

@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.

Source from the content-addressed store, hash-verified

293 ///
294 /// @b Async-Handler-Safety: \asyncsafe.
295 const_reverse_iterator crend() const noexcept { return impl_.rend(); }
296
297
298 /// @brief Allows to check that stack trace capturing was successful.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected