MCPcopy Create free account
hub / github.com/Vector35/debugger / operator!=

Method operator!=

core/debugadapter.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 bool operator==(const DebugThread& rhs) const { return (m_tid == rhs.m_tid) && (m_rip == rhs.m_rip); }
106
107 bool operator!=(const DebugThread& rhs) const { return !(*this == rhs); }
108 };
109
110

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected