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

Function rend

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

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

Source from the content-addressed store, hash-verified

289 ///
290 /// @b Async-Handler-Safety: \asyncsafe.
291 const_reverse_iterator rend() const noexcept { return impl_.rend(); }
292 /// @b Complexity: O(1)
293 ///
294 /// @b Async-Handler-Safety: \asyncsafe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected