struct ConvertibleToIntegerPrinter
Defined at line 276 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h
Public Methods
void PrintValue (internal::BiggestInt value, ::std::ostream * os)
Since T has no
<
<
operator or PrintTo() but can be implicitly
converted to BiggestInt, we print it as a BiggestInt.
Most likely T is an enum type (either named or unnamed), in which
case printing it as an integer is the desired behavior. In case
T is not an enum, printing it as an integer is the best we can do
given that it has no user-defined printer.
Defined at line 284 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-printers.h