MCPcopy 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

3using namespace matchit;
4
5class Base
6{
7public:
8 virtual int32_t index() const = 0;
9 virtual ~Base() = default;
10};
11
12class Derived : public Base
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected