Electroneum
Loading...
Searching...
No Matches
testing::internal::NotMatcher< InnerMatcher > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 NotMatcher (InnerMatcher matcher)
template<typename T>
 operator Matcher< T > () const

Detailed Description

template<typename InnerMatcher>
class testing::internal::NotMatcher< InnerMatcher >

Definition at line 1470 of file gmock-matchers.h.

Constructor & Destructor Documentation

◆ NotMatcher()

template<typename InnerMatcher>
testing::internal::NotMatcher< InnerMatcher >::NotMatcher ( InnerMatcher matcher)
inlineexplicit

Definition at line 1472 of file gmock-matchers.h.

Member Function Documentation

◆ operator Matcher< T >()

template<typename InnerMatcher>
template<typename T>
testing::internal::NotMatcher< InnerMatcher >::operator Matcher< T > ( ) const
inline

Definition at line 1477 of file gmock-matchers.h.

1477 {
1478 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));
1479 }
Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h