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

Function operator<

core/refcountobject.h:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 bool operator<(const DbgRef<T>& obj) const
191 {
192 return m_obj < obj.m_obj;
193 }
194
195 template <typename H>
196 friend H AbslHashValue(H h, const DbgRef<T>& value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected