Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
testing::internal::FallbackPrinter Struct Reference

#include <gtest-printers.h>

Static Public Member Functions

template<typename T >
static void PrintValue (const T &, ::std::ostream *os)
 

Detailed Description

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

Member Function Documentation

◆ PrintValue()

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

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

280  {
281  *os << "(incomplete type)";
282  }

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