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

Function operator->

core/refcountobject.h:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 T* operator->() const
161 {
162 return m_obj;
163 }
164
165 T& operator*() const
166 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected