|
|
| MatchAnyOf (MatchAnyOf const &)=delete |
|
MatchAnyOf & | operator= (MatchAnyOf const &)=delete |
|
| MatchAnyOf (MatchAnyOf &&)=default |
|
MatchAnyOf & | operator= (MatchAnyOf &&)=default |
| bool | match (ArgT const &arg) const override |
| std::string | describe () const override |
|
| MatcherUntypedBase (MatcherUntypedBase const &)=default |
|
| MatcherUntypedBase (MatcherUntypedBase &&)=default |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase &&)=delete |
|
std::string | toString () const |
|
|
MatchAnyOf | operator|| (MatchAnyOf &&lhs, MatcherBase< ArgT > const &rhs) |
|
MatchAnyOf | operator|| (MatcherBase< ArgT > const &lhs, MatchAnyOf &&rhs) |
|
|
std::string | m_cachedToString |
◆ describe()
◆ match()
The documentation for this class was generated from the following file: