template <class ArgsTuple, size_t... k>
class ArgsMatcherImpl
Defined at line 4284 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements the Args() matcher.
Public Methods
template <typename InnerMatcher>
void ArgsMatcherImpl<ArgsTuple, k...> (const InnerMatcher & inner_matcher)
Defined at line 4292 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (ArgsTuple args, MatchResultListener * listener)
Defined at line 4295 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 4313 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 4319 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h