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

Function rbegin

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

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

Source from the content-addressed store, hash-verified

281 ///
282 /// @b Async-Handler-Safety: \asyncsafe.
283 const_reverse_iterator rbegin() const noexcept { return impl_.rbegin(); }
284 /// @b Complexity: O(1)
285 ///
286 /// @b Async-Handler-Safety: \asyncsafe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected