Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ main
Function
main
generics/Templates.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
int main() {
21
HasF hf;
22
Manipulator<HasF> manipulator(hf);
23
manipulator.manipulate();
24
}
25
/* Output:
26
HasF::f()
27
*/
Callers
nothing calls this directly
Calls
1
manipulate
Method · 0.45
Tested by
no test coverage detected