Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Hello
Class
Hello
sample/at-Bindings.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
using namespace matchit;
4
5
struct Hello
6
{
7
int32_t id;
8
};
9
using Message = std::variant<Hello>;
10
11
int32_t main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected