MCPcopy Create free account
hub / github.com/apache/singa / PrintToString

Function PrintToString

test/gtest/gtest.h:10038–10042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10036
10037template <typename T>
10038::std::string PrintToString(const T& value) {
10039 ::std::stringstream ss;
10040 internal::UniversalTersePrinter<T>::Print(value, &ss);
10041 return ss.str();
10042}
10043
10044} // namespace testing
10045

Callers 5

RegisterTestsMethod · 0.85
FormatMethod · 0.85
gtest-all.ccFile · 0.85
CmpHelperSTREQFunction · 0.85
CmpHelperSTRNEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected