struct RawBytesPrinter

Defined at line 312 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h

Public Methods

template <typename T, size_t = sizeof(T)>
void PrintValue (const T & value, ::std::ostream * os)

SFINAE on `sizeof` to make sure we have a complete type.

Defined at line 315 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h