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

Function operator!=

api/debuggerapi.h:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 bool operator!=(const T* obj) const
249 {
250 return T::GetObject(m_obj) != T::GetObject(obj);
251 }
252
253 bool operator!=(const DbgRef<T>& obj) const
254 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected