template <typename T, typename U>

class MatcherCastImpl

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

This more specialized version is used when MatcherCast()'s argument

is already a Matcher. This only compiles when type T can be

statically converted to type U.

Public Methods

Matcher<T> Cast (const Matcher<U> & source_matcher)

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