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

#include <gtest-printers.h>

Static Public Member Functions

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

Detailed Description

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

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

1034  {
1035  if (str == nullptr) {
1036  *os << "NULL";
1037  } else {
1038  UniversalPrint(::std::u32string(str), os);
1039  }
1040  }
void UniversalPrint(const T &value, ::std::ostream *os)

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