![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <matcher_interface.h>
Public Member Functions | |
virtual | ~MatcherInterface () |
virtual stdx::expected< void, std::string > | is_valid () const =0 |
virtual bool | matches (const std::string &input) const =0 |
|
virtualdefault |
|
pure virtual |
Implemented in http::server::RegexMatcher.
|
pure virtual |
Implemented in http::server::RegexMatcher.