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

Function stringify

tests/unit-tests/tools/dds/rtpsrelaylib/Name.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97std::string stringify(const Atom& atom)
98{
99 std::stringstream ss;
100 ss << atom;
101 return ss.str();
102}
103
104TEST(tools_dds_rtpsrelaylib_Name, Atom_stringify)
105{

Callers 1

TESTFunction · 0.70

Calls 1

strMethod · 0.45

Tested by

no test coverage detected