MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / TestVirtual

Method TestVirtual

examples/virtual.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#endif
25
26 virtual int TestVirtual(int i) { return i + 3; }
27};
28
29class TesterDerived : public TesterBase

Callers 1

virtual.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected