Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::EqHelper< lhs_is_null_literal > Class Template Reference

#include <gtest.h>

Static Public Member Functions

template<typename T1 , typename T2 >
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)
 

Detailed Description

template<bool lhs_is_null_literal>
class testing::internal::EqHelper< lhs_is_null_literal >

Definition at line 1452 of file gtest.h.

Member Function Documentation

◆ Compare() [1/2]

template<bool lhs_is_null_literal>
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char * lhs_expression,
const char * rhs_expression,
BiggestInt lhs,
BiggestInt rhs )
inlinestatic

Definition at line 1469 of file gtest.h.

1472 {
1473 return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
1474 }
AssertionResult CmpHelperEQ(const char *lhs_expression, const char *rhs_expression, const T1 &lhs, const T2 &rhs)
Definition gtest.h:1428
Here is the call graph for this function:

◆ Compare() [2/2]

template<bool lhs_is_null_literal>
template<typename T1 , typename T2 >
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char * lhs_expression,
const char * rhs_expression,
const T1 & lhs,
const T2 & rhs )
inlinestatic

Definition at line 1456 of file gtest.h.

1459 {
1460 return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
1461 }
Here is the call graph for this function:

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