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

Function cend

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

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

Source from the content-addressed store, hash-verified

276 ///
277 /// @b Async-Handler-Safety: \asyncsafe.
278 const_iterator cend() const noexcept { return impl_.end(); }
279
280 /// @b Complexity: O(1)
281 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected