Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::FormatForComparison< ToPrint, OtherOperand > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

::std::string Format (const ToPrint &value)
 

Detailed Description

template<typename ToPrint, typename OtherOperand>
class testing::internal::FormatForComparison< ToPrint, OtherOperand >

Definition at line 309 of file gtest-printers.h.

Member Function Documentation

◆ Format()

template<typename ToPrint , typename OtherOperand >
::std::string testing::internal::FormatForComparison< ToPrint, OtherOperand >::Format ( const ToPrint & value)
inlinestatic

Definition at line 311 of file gtest-printers.h.

311 {
312 return ::testing::PrintToString(value);
313 }
#define value
Definition pkcs11.h:157
Here is the caller graph for this function:

The documentation for this class was generated from the following file: