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

Function hash_value

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

Source from the content-addressed store, hash-verified

460/// Fast hashing support, O(st.size()) complexity; Async-Handler-Safe.
461template <class Allocator>
462std::size_t hash_value(const basic_stacktrace<Allocator>& st) noexcept {
463 return boost::hash_range(st.as_vector().begin(), st.as_vector().end());
464}
465
466/// Returns std::string with the stacktrace in a human readable format; unsafe to use in async handlers.
467template <class Allocator>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected