tesseract v5.3.3.20231005
testing::internal::ConvertibleToIntegerPrinter Struct Reference

#include <gtest-printers.h>

Static Public Member Functions

static void PrintValue (internal::BiggestInt value, ::std::ostream *os)
 

Detailed Description

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

Member Function Documentation

◆ PrintValue()

static void testing::internal::ConvertibleToIntegerPrinter::PrintValue ( internal::BiggestInt  value,
::std::ostream *  os 
)
inlinestatic

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

247 {
248 *os << value;
249 }
int value

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