#include <gtest-printers.h>
|
template<typename T , typename = typename std::enable_if< std::is_function<T>::value>::type> |
static void | PrintValue (T *p, ::std::ostream *os) |
|
Definition at line 164 of file gtest-printers.h.
◆ PrintValue()
template<typename T , typename = typename std::enable_if< std::is_function<T>::value>::type>
static void testing::internal::FunctionPointerPrinter::PrintValue |
( |
T * |
p, |
|
|
::std::ostream * |
os |
|
) |
| |
|
inlinestatic |
Definition at line 167 of file gtest-printers.h.
167 {
169 *os << "NULL";
170 } else {
171
172
173
174 *os << reinterpret_cast<const void*>(
p);
175 }
176 }
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