MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / PrintToString

Method PrintToString

tests/gtest/gtest.h:8899–8903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8897
8898template <typename T>
8899::std::string PrintToString(const T& value) {
8900 ::std::stringstream ss;
8901 internal::UniversalTersePrinter<T>::Print(value, &ss);
8902 return ss.str();
8903}
8904
8905} // namespace testing
8906

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected