MCPcopy Create free account
hub / github.com/boostorg/stacktrace / operator!=

Function operator!=

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

Source from the content-addressed store, hash-verified

454
455template <class Allocator1, class Allocator2>
456bool operator!=(const basic_stacktrace<Allocator1>& lhs, const basic_stacktrace<Allocator2>& rhs) noexcept {
457 return !(lhs == rhs);
458}
459
460/// Fast hashing support, O(st.size()) complexity; Async-Handler-Safe.
461template <class Allocator>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected