MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / InputMParam

Class InputMParam

example/E03-ThirdFlow.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26struct InputMParam : public GMessageParam {
27 int num_ = 0;
28};
29
30struct ResultMParam : public GMessageParam {
31 int negative_num_ = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected