MCPcopy 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
20int main() {
21 HasF hf;
22 Manipulator<HasF> manipulator(hf);
23 manipulator.manipulate();
24}
25/* Output:
26HasF::f()
27*/

Callers

nothing calls this directly

Calls 1

manipulateMethod · 0.45

Tested by

no test coverage detected