QUDA  v1.1.0
A library for QCD on GPUs
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 1537 of file gtest.h.

Member Function Documentation

◆ Compare() [1/3]

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

Definition at line 1558 of file gtest.h.

◆ Compare() [2/3]

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 1546 of file gtest.h.

◆ Compare() [3/3]

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 1566 of file gtest.h.


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