template <typename T>
class UniversalPrinter
Defined at line 865 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h
Implements printing a non-reference type T by letting the compiler
pick the right overload of PrintTo() for T.
Public Methods
void Print (const T & value, ::std::ostream * os)
Note: we deliberately don't call this PrintTo(), as that name
conflicts with ::testing::internal::PrintTo in the body of the
function.
Defined at line 874 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h