MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / debug_print

Function debug_print

test_visit_struct_boost_fusion.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157template <typename T>
158void debug_print(const T & t) {
159 std::cout << "{\n";
160 visit_struct::apply_visitor(debug_printer{}, t);
161 std::cout << "}" << std::endl;
162}
163
164/***
165 * tests

Callers 1

mainFunction · 0.70

Calls 1

apply_visitorFunction · 0.85

Tested by

no test coverage detected