Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
template <typename T>
158
void 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
main
Function · 0.70
Calls
1
apply_visitor
Function · 0.85
Tested by
no test coverage detected