Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
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 241 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 249 of file gtest-printers.h.

249  {
250  *os << value;
251  }

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