Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-internal.h>
Static Public Attributes | |
static constexpr bool | value |
Private Types | |
using | HasDebugStringType = decltype(CheckDebugString< T >(nullptr)) |
using | HasShortDebugStringType = decltype(CheckShortDebugString< T >(nullptr)) |
Static Private Member Functions | |
template<typename C > | |
static auto | CheckDebugString (C *) -> typename std::is_same< std::string, decltype(std::declval< const C >().DebugString())>::type |
template<typename > | |
static std::false_type | CheckDebugString (...) |
template<typename C > | |
static auto | CheckShortDebugString (C *) -> typename std::is_same< std::string, decltype(std::declval< const C >().ShortDebugString())>::type |
template<typename > | |
static std::false_type | CheckShortDebugString (...) |
Definition at line 875 of file gtest-internal.h.
|
private |
Definition at line 889 of file gtest-internal.h.
|
private |
Definition at line 890 of file gtest-internal.h.
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
Definition at line 893 of file gtest-internal.h.