Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | Private Types | Static Private Member Functions | List of all members
testing::internal::HasDebugStringAndShortDebugString< T > Class Template Reference

#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 (...)
 

Detailed Description

template<typename T>
class testing::internal::HasDebugStringAndShortDebugString< T >

Definition at line 875 of file gtest-internal.h.

Member Typedef Documentation

template<typename T >
using testing::internal::HasDebugStringAndShortDebugString< T >::HasDebugStringType = decltype(CheckDebugString<T>(nullptr))
private

Definition at line 889 of file gtest-internal.h.

template<typename T >
using testing::internal::HasDebugStringAndShortDebugString< T >::HasShortDebugStringType = decltype(CheckShortDebugString<T>(nullptr))
private

Definition at line 890 of file gtest-internal.h.

Member Function Documentation

template<typename T >
template<typename C >
static auto testing::internal::HasDebugStringAndShortDebugString< T >::CheckDebugString ( C ) -> typename std::is_same< std::string, decltype(std::declval< const C >().DebugString())>::type
staticprivate
template<typename T >
template<typename >
static std::false_type testing::internal::HasDebugStringAndShortDebugString< T >::CheckDebugString (   ...)
staticprivate
template<typename T >
template<typename C >
static auto testing::internal::HasDebugStringAndShortDebugString< T >::CheckShortDebugString ( C ) -> typename std::is_same< std::string, decltype(std::declval< const C >().ShortDebugString())>::type
staticprivate
template<typename T >
template<typename >
static std::false_type testing::internal::HasDebugStringAndShortDebugString< T >::CheckShortDebugString (   ...)
staticprivate

Member Data Documentation

template<typename T >
constexpr bool testing::internal::HasDebugStringAndShortDebugString< T >::value
static
Initial value:

Definition at line 893 of file gtest-internal.h.


The documentation for this class was generated from the following file: