Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ manipulate
Method
manipulate
generics/Templates.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
public:
11
Manipulator(T x) { obj = x; }
12
void manipulate() { obj.f(); }
13
};
14
15
class HasF {
Callers
1
main
Function · 0.45
Calls
1
f
Method · 0.65
Tested by
no test coverage detected