ZeroErr
|
#include <decomposition.h>
Public 成员函数 | |
CombinedMatcher (IMatcherRef< T > &&lhs, IMatcherRef< T > &&rhs, bool is_and) | |
virtual bool | match (const T &t) const override |
![]() | |
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 |