#include <gmock-matchers.h>
template<typename InnerMatcher>
class testing::internal::NotMatcher< InnerMatcher >
Definition at line 1470 of file gmock-matchers.h.
◆ NotMatcher()
template<typename InnerMatcher >
◆ operator Matcher< T >()
template<typename InnerMatcher >
template<typename T >
Definition at line 1477 of file gmock-matchers.h.
1478 return Matcher<T>(
new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));
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