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

Method operator!=

api/debuggerapi.h:307–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 bool operator==(const DebugThread& rhs) const { return (m_tid == rhs.m_tid) && (m_rip == rhs.m_rip); }
306
307 bool operator!=(const DebugThread& rhs) const { return !(*this == rhs); }
308 };
309
310

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected