reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
519 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { 540 static Matcher<T> CastImpl(const M& value, BooleanConstant<false>) { 544 return Matcher<T>(ImplicitCast_<T>(value)); 547 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value,