proxygen
testing::internal::TuplePrefix< 0 > Class Template Reference

#include <gmock-matchers.h>

Static Public Member Functions

template<typename MatcherTuple , typename ValueTuple >
static bool Matches (const MatcherTuple &, const ValueTuple &)
 
template<typename MatcherTuple , typename ValueTuple >
static void ExplainMatchFailuresTo (const MatcherTuple &, const ValueTuple &,::std::ostream *)
 
template<typename MatcherTuple , typename ValueTuple >
static bool Matches (const MatcherTuple &, const ValueTuple &)
 
template<typename MatcherTuple , typename ValueTuple >
static void ExplainMatchFailuresTo (const MatcherTuple &, const ValueTuple &,::std::ostream *)
 
template<typename MatcherTuple , typename ValueTuple >
static bool Matches (const MatcherTuple &, const ValueTuple &)
 
template<typename MatcherTuple , typename ValueTuple >
static void ExplainMatchFailuresTo (const MatcherTuple &, const ValueTuple &,::std::ostream *)
 

Detailed Description

template<>
class testing::internal::TuplePrefix< 0 >

Definition at line 776 of file gmock-matchers.h.

Member Function Documentation

template<typename MatcherTuple , typename ValueTuple >
static void testing::internal::TuplePrefix< 0 >::ExplainMatchFailuresTo ( const MatcherTuple ,
const ValueTuple &  ,
::std::ostream *   
)
inlinestatic

Definition at line 785 of file gmock-matchers.h.

787  {}
template<typename MatcherTuple , typename ValueTuple >
static void testing::internal::TuplePrefix< 0 >::ExplainMatchFailuresTo ( const MatcherTuple ,
const ValueTuple &  ,
::std::ostream *   
)
inlinestatic
template<typename MatcherTuple , typename ValueTuple >
static void testing::internal::TuplePrefix< 0 >::ExplainMatchFailuresTo ( const MatcherTuple ,
const ValueTuple &  ,
::std::ostream *   
)
inlinestatic
template<typename MatcherTuple , typename ValueTuple >
static bool testing::internal::TuplePrefix< 0 >::Matches ( const MatcherTuple ,
const ValueTuple &   
)
inlinestatic

Definition at line 779 of file gmock-matchers.h.

780  {
781  return true;
782  }
template<typename MatcherTuple , typename ValueTuple >
static bool testing::internal::TuplePrefix< 0 >::Matches ( const MatcherTuple ,
const ValueTuple &   
)
inlinestatic

Definition at line 779 of file gmock-matchers.h.

780  {
781  return true;
782  }
template<typename MatcherTuple , typename ValueTuple >
static bool testing::internal::TuplePrefix< 0 >::Matches ( const MatcherTuple ,
const ValueTuple &   
)
inlinestatic

Definition at line 779 of file gmock-matchers.h.

780  {
781  return true;
782  }

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