Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ TesterBase
Method
TesterBase
examples/virtual.cpp:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
public:
15
TesterBase() = default;
16
virtual ~TesterBase() = default;
17
18
inline int TestInline(int i) { return i + 1; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected