From Jason Turner

[stacktrace.entry.cmp]

Diff to HTML by rtfpessoa

tmp/tmpy1q52sgw/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #### Comparison <a id="stacktrace.entry.cmp">[[stacktrace.entry.cmp]]</a>
2
+
3
+ ``` cpp
4
+ friend constexpr bool operator==(const stacktrace_entry& x, const stacktrace_entry& y) noexcept;
5
+ ```
6
+
7
+ *Returns:* `true` if and only if `x` and `y` represent the same
8
+ stacktrace entry or both `x` and `y` are empty.
9
+