Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbeck88/visit_struct
/ struct_int_cmp
Function
struct_int_cmp
test_visit_struct.cpp:170–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
template <typename T>
170
bool struct_int_cmp(const T & t1, const T & t2) {
171
test_pair_visitor vis;
172
visit_struct::apply_visitor(vis, t1, t2);
173
return vis.result;
174
}
175
176
// debug_print
177
Callers
1
main
Function · 0.85
Calls
1
apply_visitor
Function · 0.85
Tested by
no test coverage detected