|
ZeroErr
|
#include <decomposition.h>


Public 成员函数 | |
| CombinedMatcher (IMatcherRef< T > &&lhs, IMatcherRef< T > &&rhs, bool is_and) | |
| virtual bool | match (const T &t) const override |
Public 成员函数 继承自 zeroerr::IMatcher< T > | |
| virtual | ~IMatcher ()=default |
Public 属性 | |
| IMatcherRef< T > | lhs |
| IMatcherRef< T > | rhs |
| bool | is_and |
|
inline |
|
inlineoverridevirtual |
| bool zeroerr::CombinedMatcher< T >::is_and |
| IMatcherRef<T> zeroerr::CombinedMatcher< T >::lhs |
| IMatcherRef<T> zeroerr::CombinedMatcher< T >::rhs |