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

Function cbegin

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

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

Source from the content-addressed store, hash-verified

268 ///
269 /// @b Async-Handler-Safety: \asyncsafe.
270 const_iterator cbegin() const noexcept { return impl_.begin(); }
271 /// @b Complexity: O(1)
272 ///
273 /// @b Async-Handler-Safety: \asyncsafe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected