Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::TuplePrefix< 0 > Class 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 *)
 

Detailed Description

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

Member Function Documentation

◆ ExplainMatchFailuresTo()

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

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

954 {}

◆ Matches()

template<typename MatcherTuple , typename ValueTuple >
static bool testing::internal::TuplePrefix< 0 >::Matches ( const MatcherTuple & ,
const ValueTuple &  )
inlinestatic

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

947 {
948 return true;
949 }

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