MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / stringify

Function stringify

tools/monitor/MonitorTask.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 };
41
42 template <typename T> std::string stringify(const T& val) {
43 std::ostringstream oss;
44 oss << val;
45 return oss.str();
46 }
47
48} // End of anonymous namespace
49

Callers 1

setRepoIorMethod · 0.70

Calls 1

strMethod · 0.45

Tested by

no test coverage detected