Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ operator->
Method
operator->
include/weakptr.hpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
return reinterpret_cast<T*>(weakHandle->ptr);
93
}
94
T* operator->() const {
95
return get();
96
}
97
T& operator*() const {
98
return *get();
99
}
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected