ZeroErr
|
#include <decomposition.h>
Public Member Functions | |
virtual | ~IMatcher ()=default |
virtual bool | match (const T &) const =0 |
|
virtualdefault |
|
pure virtual |
Implemented in zeroerr::StartWithMatcher< T >, zeroerr::NotMatcher< T >, and zeroerr::CombinedMatcher< T >.