class AnythingMatcher

Defined at line 757 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements _, a matcher that matches any value of any

type. This is a polymorphic matcher, so we need a template type

conversion operator to make it appearing as a Matcher

<T

> for any

type T.

Public Methods

template <typename T>
bool MatchAndExplain (const T & , std::ostream * )

Defined at line 762 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeTo (std::ostream * os)

Defined at line 765 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Defined at line 766 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h