template <typename T>
class VariantMatcher
Defined at line 4168 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements a matcher that checks the value of a variant
<
> type variable.
Public Methods
void VariantMatcher<T> (::testing::Matcher<const T &> matcher)
Defined at line 4170 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename Variant>
bool MatchAndExplain (const Variant & value, ::testing::MatchResultListener * listener)
Defined at line 4174 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (std::ostream * os)
Defined at line 4195 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (std::ostream * os)
Defined at line 4201 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h