ZeroErr
|
#include <decomposition.h>
Public Member Functions | |
StartWithMatcher (const T &s) | |
virtual bool | match (const T &t) const override |
Public Member Functions inherited from zeroerr::IMatcher< T > | |
virtual | ~IMatcher ()=default |
Public Attributes | |
T | start |
|
inline |
|
inlineoverridevirtual |
Implements zeroerr::IMatcher< T >.
T zeroerr::StartWithMatcher< T >::start |