Files
2025-10-25 03:02:53 +03:00

652 B

[stacktrace.entry.cmp]

19 Diagnostics library [diagnostics]

19.6 Stacktrace [stacktrace]

19.6.3 Class stacktrace_entry [stacktrace.entry]

19.6.3.5 Comparison [stacktrace.entry.cmp]

🔗

friend constexpr bool operator==(const stacktrace_entry& x, const stacktrace_entry& y) noexcept;

1

#

Returns: true if and only if x and y represent the same stacktrace entry or both x and y are empty.