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

Function FormatForComparisonFailureMessage

test/gtest/gtest.h:18844–18847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18842// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
18843template <typename T1, typename T2>
18844std::string FormatForComparisonFailureMessage(
18845 const T1& value, const T2& /* other_operand */) {
18846 return FormatForComparison<T1, T2>::Format(value);
18847}
18848
18849// The helper function for {ASSERT|EXPECT}_EQ.
18850template <typename T1, typename T2>

Callers 2

CmpHelperEQFunction · 0.85
CmpHelperEQFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected