Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ static_pointer_cast
Function
static_pointer_cast
Kernel/include/refptr.h:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
template<class T, class U>
134
inline static FancyRefPtr<T> static_pointer_cast(const FancyRefPtr<U>& src){
135
return FancyRefPtr<T>(src, src.get());
136
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected