#include <gtest.h>
|
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) |
|
Definition at line 1559 of file gtest.h.
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 |
static AssertionResult testing::internal::EqHelper::Compare |
( |
const char * |
lhs_expression, |
|
|
const char * |
rhs_expression, |
|
|
BiggestInt |
lhs, |
|
|
BiggestInt |
rhs |
|
) |
| |
|
inlinestatic |
template<typename T >
static AssertionResult testing::internal::EqHelper::Compare |
( |
const char * |
lhs_expression, |
|
|
const char * |
rhs_expression, |
|
|
std::nullptr_t |
, |
|
|
T * |
rhs |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: