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

Function operator!=

core/refcountobject.h:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 bool operator!=(const DbgRef<T>& obj) const
186 {
187 return m_obj != obj.m_obj;
188 }
189
190 bool operator<(const DbgRef<T>& obj) const
191 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected