|
|
| MatchNotOfGeneric (MatchNotOfGeneric const &)=delete |
|
MatchNotOfGeneric & | operator= (MatchNotOfGeneric const &)=delete |
|
| MatchNotOfGeneric (MatchNotOfGeneric &&)=default |
|
MatchNotOfGeneric & | operator= (MatchNotOfGeneric &&)=default |
|
| MatchNotOfGeneric (MatcherT const &matcher) |
|
template<typename Arg> |
| bool | match (Arg &&arg) const |
| std::string | describe () const override |
|
| MatcherGenericBase (MatcherGenericBase &)=default |
|
| MatcherGenericBase (MatcherGenericBase &&)=default |
|
MatcherGenericBase & | operator= (MatcherGenericBase const &)=delete |
|
MatcherGenericBase & | operator= (MatcherGenericBase &&)=delete |
|
| MatcherUntypedBase (MatcherUntypedBase const &)=default |
|
| MatcherUntypedBase (MatcherUntypedBase &&)=default |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase &&)=delete |
|
std::string | toString () const |
|
|
MatcherT const & | operator! (MatchNotOfGeneric< MatcherT > const &matcher) |
| | Negating negation can just unwrap and return underlying matcher.
|
|
|
std::string | m_cachedToString |
◆ describe()
template<typename MatcherT>
The documentation for this class was generated from the following file: