Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ TypedPointer
Method
TypedPointer
lout/object.hh:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
{
117
public:
118
inline TypedPointer(T *value) : Pointer ((void*)value) { }
119
inline T *getTypedValue() { return (T*)getValue(); }
120
};
121
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected