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

Method operator!=

ui/breakpointswidget.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected