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

Class foo

test_fully_visitable.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111// Tests
112
113struct foo {
114 int a;
115 int b;
116 int c;
117};
118
119VISITABLE_STRUCT(foo, a, b, c);
120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected