Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbeck88/visit_struct
/ bar
Class
bar
test_fully_visitable.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
static_assert(ext::is_fully_visitable<foo>(),
""
);
126
127
struct bar {
128
int a;
129
int b;
130
int c;
131
};
132
133
VISITABLE_STRUCT(bar, a, b);
134
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected