We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a203bd + fc7e48f commit 8fb8385Copy full SHA for 8fb8385
lldb/include/lldb/API/SBAddress.h
@@ -31,6 +31,8 @@ class LLDB_API SBAddress {
31
32
explicit operator bool() const;
33
34
+ // operator== is a free function
35
+
36
bool operator!=(const SBAddress &rhs) const;
37
38
bool IsValid() const;
0 commit comments