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

Function end

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

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

Source from the content-addressed store, hash-verified

272 ///
273 /// @b Async-Handler-Safety: \asyncsafe.
274 const_iterator end() const noexcept { return impl_.end(); }
275 /// @b Complexity: O(1)
276 ///
277 /// @b Async-Handler-Safety: \asyncsafe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected