template <typename MatcherTrue, typename MatcherFalse>
class ConditionalMatcher
Defined at line 1510 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
ConditionalMatcher is the implementation of Conditional(cond, m1, m2)
Public Methods
void ConditionalMatcher<MatcherTrue, MatcherFalse> (bool condition, MatcherTrue matcher_true, MatcherFalse matcher_false)
Defined at line 1512 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename T>
Matcher<T> operator testing::Matcher<type-parameter-1-0> ()
Defined at line 1519 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h