template <typename T>
class UniversalPrinter
Defined at line 1038 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h
Implements printing a reference type T
&
.
Public Methods
void Print (const T & value, ::std::ostream * os)
MSVC warns about adding const to a function type, so we want to
disable the warning.
Defined at line 1045 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h