Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ operator<
Function
operator<
api/debuggerapi.h:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
bool operator<(const T* obj) const
259
{
260
return T::GetObject(m_obj) < T::GetObject(obj);
261
}
262
263
bool operator<(const DbgRef<T>& obj) const
264
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected