MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / operator()

Method operator()

test_visit_struct.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178struct debug_printer {
179 template <typename T>
180 void operator()(const char * name, const T & t) const {
181 std::cout << " " << name << ": " << t << std::endl;
182 }
183};
184
185template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected