Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
struct foo {
114
int a;
115
int b;
116
int c;
117
};
118
119
VISITABLE_STRUCT(foo, a, b, c);
120
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected