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

Method operator!=

ui/stackwidget.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39bool DebugStackItem::operator!=(const DebugStackItem& other) const
40{
41 return !(*this == other);
42}
43
44
45bool DebugStackItem::operator<(const DebugStackItem& other) const

Callers 2

SetCurrentBinaryViewMethod · 0.45
SetCurrentBinaryViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected