MCPcopy 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
139template <typename T>
140int 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

mainFunction · 0.70

Calls 1

apply_visitorFunction · 0.85

Tested by

no test coverage detected