#include <gmock-matchers.h>
template<typename Matcher1, typename Matcher2>
class testing::internal::BothOfMatcher< Matcher1, Matcher2 >
Definition at line 1638 of file gmock-matchers.h.
◆ BothOfMatcher()
template<typename Matcher1 , typename Matcher2 >
Definition at line 1640 of file gmock-matchers.h.
1641 : matcher1_(matcher1), matcher2_(matcher2) {}
◆ operator Matcher< T >()
template<typename Matcher1 , typename Matcher2 >
template<typename T >
Definition at line 1647 of file gmock-matchers.h.
1648 return Matcher<T>(
new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),
1649 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