Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
testing::internal::UniversalTersePrinter< T & > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

◆ Print()

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

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

966  {
967  UniversalPrint(value, os);
968  }
void UniversalPrint(const T &value, ::std::ostream *os)

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