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

Function FormatForComparisonFailureMessage

tests/gtest/gtest.h:8361–8364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8359// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
8360template <typename T1, typename T2>
8361std::string FormatForComparisonFailureMessage(
8362 const T1& value, const T2& /* other_operand */) {
8363 return FormatForComparison<T1, T2>::Format(value);
8364}
8365
8366// UniversalPrinter<T>::Print(value, ostream_ptr) prints the given
8367// value to the given ostream. The caller must ensure that

Callers 3

CmpHelperEQFailureFunction · 0.85
CmpHelperOpFailureFunction · 0.85
CmpHelperEQFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected