Electroneum
testing::internal::UniversalTersePrinter< T > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

static void Print (const T &value, ::std::ostream *os)
 
static void Print (const T &value, ::std::ostream *os)
 

Detailed Description

template<typename T>
class testing::internal::UniversalTersePrinter< T >

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

Member Function Documentation

◆ Print() [1/2]

template<typename T >
static void testing::internal::UniversalTersePrinter< T >::Print ( const T value,
::std::ostream *  os 
)
inlinestatic

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

783  {
784  UniversalPrint(value, os);
785  }
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1225
void UniversalPrint(const T &value, ::std::ostream *os)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Print() [2/2]

template<typename T >
static void testing::internal::UniversalTersePrinter< T >::Print ( const T value,
::std::ostream *  os 
)
inlinestatic

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

783  {
784  UniversalPrint(value, os);
785  }
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1225
void UniversalPrint(const T &value, ::std::ostream *os)
Here is the call graph for this function:

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