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

Method operator!=

ui/attachprocess.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35bool ProcessItem::operator!=(const ProcessItem& other) const
36{
37 return !(*this == other);
38}
39
40
41bool ProcessItem::operator<(const ProcessItem& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected