template <typename To>
class WhenDynamicCastToMatcher
Defined at line 2095 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Specialize for references.
In this case we return false if the dynamic_cast fails.
Public Methods
void WhenDynamicCastToMatcher<To &> (const Matcher<To &> & matcher)
Defined at line 2098 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename From>
bool MatchAndExplain (From & from, MatchResultListener * listener)
Defined at line 2102 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h