MCPcopy 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

3using namespace matchit;
4
5struct Hello
6{
7 int32_t id;
8};
9using Message = std::variant<Hello>;
10
11int32_t main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected