MCPcopy 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
169template <typename T>
170bool 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

mainFunction · 0.85

Calls 1

apply_visitorFunction · 0.85

Tested by

no test coverage detected