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

Function size

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

@returns Number of function names stored inside the class. @b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.

Source from the content-addressed store, hash-verified

245 ///
246 /// @b Async-Handler-Safety: \asyncsafe.
247 size_type size() const noexcept {
248 return impl_.size();
249 }
250
251 /// @param frame_no Zero based index of frame to return. 0
252 /// is the function index where stacktrace was constructed and

Callers 1

emptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected