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

#include <gtest-printers.h>

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

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ Print()

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

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

917 {
918 if (str == nullptr) {
919 *os << "NULL";
920 } else {
921 UniversalPrint(::std::u16string(str), os);
922 }
923 }
void UniversalPrint(const T &value, ::std::ostream *os)

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