MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / baz

Class baz

test_fully_visitable.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138struct baz {
139 int a;
140 char b[7];
141 short c;
142 char d[157];
143};
144
145VISITABLE_STRUCT(baz, a, b, c, d);
146

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected