We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5a37c + 1a85a17 commit 5d68050Copy full SHA for 5d68050
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