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 Member Functions | List of all members
testing::internal::EqHelper Class Reference

#include <gtest.h>

Static Public Member Functions

template<typename T1 , typename T2 , typename std::enable_if<!std::is_integral< T1 >::value||!std::is_pointer< T2 >::value >::type * = nullptr>
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, const T1 &lhs, const T2 &rhs)
 
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, BiggestInt lhs, BiggestInt rhs)
 
template<typename T >
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, std::nullptr_t, T *rhs)
 

Detailed Description

Definition at line 1559 of file gtest.h.

Member Function Documentation

template<typename T1 , typename T2 , typename std::enable_if<!std::is_integral< T1 >::value||!std::is_pointer< T2 >::value >::type * = nullptr>
static AssertionResult testing::internal::EqHelper::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
const T1 lhs,
const T2 rhs 
)
inlinestatic

Definition at line 1568 of file gtest.h.

static AssertionResult testing::internal::EqHelper::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
BiggestInt  lhs,
BiggestInt  rhs 
)
inlinestatic

Definition at line 1580 of file gtest.h.

template<typename T >
static AssertionResult testing::internal::EqHelper::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
std::nullptr_t  ,
T rhs 
)
inlinestatic

Definition at line 1588 of file gtest.h.


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