#include <gmock-matchers.h>
template<typename Matcher1, typename Matcher2>
class testing::internal::EitherOfMatcher< Matcher1, Matcher2 >
Definition at line 1733 of file gmock-matchers.h.
◆ EitherOfMatcher()
template<typename Matcher1 , typename Matcher2 >
Definition at line 1735 of file gmock-matchers.h.
1736 : matcher1_(matcher1), matcher2_(matcher2) {}
◆ operator Matcher< T >()
template<typename Matcher1 , typename Matcher2 >
template<typename T >
Definition at line 1742 of file gmock-matchers.h.
1743 return Matcher<T>(
new EitherOfMatcherImpl<T>(
1744 SafeMatcherCast<T>(matcher1_), SafeMatcherCast<T>(matcher2_)));
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h