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

Function operator->

api/debuggerapi.h:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 T* operator->() const
224 {
225 return m_obj;
226 }
227
228 T& operator*() const
229 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected