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

Method TestVirtual

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

Source from the content-addressed store, hash-verified

30{
31public:
32 int TestVirtual(int i) override { return i + 33; }
33};
34
35class VirtualFixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected