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

Function begin

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

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

Source from the content-addressed store, hash-verified

264 ///
265 /// @b Async-Handler-Safety: \asyncsafe.
266 const_iterator begin() const noexcept { return impl_.begin(); }
267 /// @b Complexity: O(1)
268 ///
269 /// @b Async-Handler-Safety: \asyncsafe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected