template <typename To>
class WhenDynamicCastToMatcher
Defined at line 2081 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Primary template.
To is a pointer. Cast and forward the result.
Public Methods
void WhenDynamicCastToMatcher<To> (const Matcher<To> & matcher)
Defined at line 2083 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename From>
bool MatchAndExplain (From from, MatchResultListener * listener)
Defined at line 2087 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h