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

Method Format

test/gtest/gtest.h:18770–18772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18768class FormatForComparison {
18769 public:
18770 static ::std::string Format(const ToPrint& value) {
18771 return ::testing::PrintToString(value);
18772 }
18773};
18774
18775// Array.

Callers 1

TESTFunction · 0.45

Calls 1

PrintToStringFunction · 0.85

Tested by

no test coverage detected