MCPcopy 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
133template<class T, class U>
134inline 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

getMethod · 0.45

Tested by

no test coverage detected