template <typename T>

class HasDebugStringAndShortDebugString

Defined at line 867 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h

HasDebugStringAndShortDebugString

<T

>::value is a compile-time bool constant

that's true if and only if T has methods DebugString() and ShortDebugString()

that return std::string.

Public Members

static const bool value