template <typename T, size_t N>
class UniversalPrinter
Defined at line 1027 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h
Implements printing an array type T[N].
Public Methods
void Print (const T (&)[N] a, ::std::ostream * os)
Prints the given array, omitting some elements when there are too
many.
Defined at line 1032 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h