Electroneum
std::tr1::gtest_internal::SameSizeTuplePrefixComparator< k, k > Struct Template Reference

#include <gtest-tuple.h>

Static Public Member Functions

template<class Tuple1 , class Tuple2 >
static bool Eq (const Tuple1 &t1, const Tuple2 &t2)
 
template<class Tuple1 , class Tuple2 >
static bool Eq (const Tuple1 &t1, const Tuple2 &t2)
 

Detailed Description

template<int k>
struct std::tr1::gtest_internal::SameSizeTuplePrefixComparator< k, k >

Definition at line 963 of file gtest-tuple.h.

Member Function Documentation

◆ Eq() [1/2]

template<int k>
template<class Tuple1 , class Tuple2 >
static bool std::tr1::gtest_internal::SameSizeTuplePrefixComparator< k, k >::Eq ( const Tuple1 &  t1,
const Tuple2 &  t2 
)
inlinestatic

Definition at line 965 of file gtest-tuple.h.

965  {
967  ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
968  }
internal::EqMatcher< T > Eq(T x)
t2
Definition: pow22523.h:103
t1
Definition: pow22523.h:58
void get(std::istream &input, bool &res)
Definition: io.h:62
Here is the call graph for this function:

◆ Eq() [2/2]

template<int k>
template<class Tuple1 , class Tuple2 >
static bool std::tr1::gtest_internal::SameSizeTuplePrefixComparator< k, k >::Eq ( const Tuple1 &  t1,
const Tuple2 &  t2 
)
inlinestatic

Definition at line 965 of file gtest-tuple.h.

965  {
967  ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
968  }
internal::EqMatcher< T > Eq(T x)
t2
Definition: pow22523.h:103
t1
Definition: pow22523.h:58
void get(std::istream &input, bool &res)
Definition: io.h:62
Here is the call graph for this function:

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