Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ operator==
Function
operator==
api/debuggerapi.h:238–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
bool operator==(const T* obj) const
239
{
240
return T::GetObject(m_obj) == T::GetObject(obj);
241
}
242
243
bool operator==(const DbgRef<T>& obj) const
244
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected