Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Base
Class
Base
test/matchit/app.cpp:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
using namespace matchit;
4
5
class Base
6
{
7
public:
8
virtual int32_t index() const = 0;
9
virtual ~Base() = default;
10
};
11
12
class Derived : public Base
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected