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

Method operator!=

ui/registerswidget.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48bool DebugRegisterItem::operator!=(const DebugRegisterItem& other) const
49{
50 return !(*this == other);
51}
52
53
54bool DebugRegisterItem::operator<(const DebugRegisterItem& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected