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

Function crbegin

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

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

Source from the content-addressed store, hash-verified

285 ///
286 /// @b Async-Handler-Safety: \asyncsafe.
287 const_reverse_iterator crbegin() const noexcept { return impl_.rbegin(); }
288 /// @b Complexity: O(1)
289 ///
290 /// @b Async-Handler-Safety: \asyncsafe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected