Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
testing::internal::UniversalTersePrinter< const char16_t * > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

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

Detailed Description

template<>
class testing::internal::UniversalTersePrinter< const char16_t * >

Definition at line 1017 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 1019 of file gtest-printers.h.

1019  {
1020  if (str == nullptr) {
1021  *os << "NULL";
1022  } else {
1023  UniversalPrint(::std::u16string(str), os);
1024  }
1025  }
void UniversalPrint(const T &value, ::std::ostream *os)

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