|
ZeroErr
|
#include <decomposition.h>


Public Member Functions | |
| CombinedMatcher (IMatcherRef< T > &&lhs, IMatcherRef< T > &&rhs, bool is_and) | |
| virtual bool | match (const T &t) const override |
Public Member Functions inherited from zeroerr::IMatcher< T > | |
| virtual | ~IMatcher ()=default |
Public Attributes | |
| IMatcherRef< T > | lhs |
| IMatcherRef< T > | rhs |
| bool | is_and |
|
inline |
|
inlineoverridevirtual |
Implements zeroerr::IMatcher< T >.
| bool zeroerr::CombinedMatcher< T >::is_and |
| IMatcherRef<T> zeroerr::CombinedMatcher< T >::lhs |
| IMatcherRef<T> zeroerr::CombinedMatcher< T >::rhs |