proxygen
testing::internal::FormatForComparison< ToPrint, OtherOperand > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

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

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

References testing::PrintToString().

275  {
277  }
::std::string PrintToString(const T &value)
static const char *const value
Definition: Conv.cpp:50
template<typename ToPrint , typename OtherOperand >
::std::string testing::internal::FormatForComparison< ToPrint, OtherOperand >::Format ( const ToPrint &  value)
inlinestatic

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

References testing::PrintToString().

275  {
277  }
::std::string PrintToString(const T &value)
static const char *const value
Definition: Conv.cpp:50
template<typename ToPrint , typename OtherOperand >
::std::string testing::internal::FormatForComparison< ToPrint, OtherOperand >::Format ( const ToPrint &  value)
inlinestatic

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

References testing::PrintToString().

275  {
277  }
::std::string PrintToString(const T &value)
static const char *const value
Definition: Conv.cpp:50

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