template <typename T, typename M>

class MatcherCastImpl

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

This general version is used when MatcherCast()'s argument is a

polymorphic matcher (i.e. something that can be converted to a

Matcher but is not one yet; for example, Eq(value)) or a value (for

example, "hello").

Public Methods

Matcher<T> Cast (const M & polymorphic_matcher_or_value)

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