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

Function operator!

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

Source from the content-addressed store, hash-verified

231 }
232
233 bool operator!() const
234 {
235 return m_obj == NULL;
236 }
237
238 bool operator==(const T* obj) const
239 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected