template <typename T>
class UniversalTersePrinter
Defined at line 1062 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h
Prints a value tersely: for a reference type, the referenced value
(but not the address) is printed; for a (const) char pointer, the
NUL-terminated string (but not the pointer) is printed.
Public Methods
void Print (const T & value, ::std::ostream * os)
Defined at line 1064 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h