template <typename ValueMatcher>
class OptionalMatcher
Defined at line 4104 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements a matcher that checks the value of a optional
<
> type variable.
Public Methods
void OptionalMatcher<ValueMatcher> (const ValueMatcher & value_matcher)
Defined at line 4106 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename Optional>
Matcher<Optional> operator testing::Matcher<type-parameter-1-0> ()
Defined at line 4110 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h