#include <gtest-printers.h>
|
template<typename T > |
static void | PrintValue (T *p, ::std::ostream *os) |
|
Definition at line 179 of file gtest-printers.h.
◆ PrintValue()
template<typename T >
static void testing::internal::PointerPrinter::PrintValue |
( |
T * |
p, |
|
|
::std::ostream * |
os |
|
) |
| |
|
inlinestatic |
Definition at line 181 of file gtest-printers.h.
181 {
183 *os << "NULL";
184 } else {
185
186
187
189 }
190 }
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/include/gtest/gtest-printers.h