Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbeck88/visit_struct
/ test_struct_one
Class
test_struct_one
test_visit_struct.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
*/
13
14
struct test_struct_one {
15
int a;
16
float b;
17
std::string c;
18
};
19
20
VISITABLE_STRUCT(test_struct_one, a, b, c);
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected