Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbeck88/visit_struct
/ struct_cmp
Function
struct_cmp
test_visit_struct_boost_fusion.cpp:140–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
template <typename T>
140
int struct_cmp(const T & t1, const T & t2) {
141
lex_compare_visitor vis;
142
visit_struct::apply_visitor(vis, t1, t2);
143
return vis.result;
144
}
145
146
147
Callers
1
main
Function · 0.70
Calls
1
apply_visitor
Function · 0.85
Tested by
no test coverage detected