MCPcopy Create free account
hub / github.com/comaps/comaps / ToString

Method ToString

generator/composite_id.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string CompositeId::ToString() const
39{
40 std::stringstream stream;
41 stream.exceptions(std::ios::failbit);
42 stream << m_mainId << " " << m_additionalId;
43 return stream.str();
44}
45
46std::string DebugPrint(CompositeId const & id)
47{

Calls

no outgoing calls

Tested by

no test coverage detected