tesseract v5.3.3.20231005
testing::internal::UniversalTersePrinter< const char32_t * > Class Reference

#include <gtest-printers.h>

Inheritance diagram for testing::internal::UniversalTersePrinter< const char32_t * >:
testing::internal::UniversalTersePrinter< char32_t * >

Static Public Member Functions

static void Print (const char32_t *str, ::std::ostream *os)
 

Detailed Description

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

Member Function Documentation

◆ Print()

static void testing::internal::UniversalTersePrinter< const char32_t * >::Print ( const char32_t *  str,
::std::ostream *  os 
)
inlinestatic

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

932 {
933 if (str == nullptr) {
934 *os << "NULL";
935 } else {
936 UniversalPrint(::std::u32string(str), os);
937 }
938 }
void UniversalPrint(const T &value, ::std::ostream *os)

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