We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a203bd commit fc7e48fCopy full SHA for fc7e48f
1 file changed
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