#include <regex_matcher.h>
|
std::shared_ptr< Impl > | impl_ |
|
◆ RegexMatcher()
http::server::RegexMatcher::RegexMatcher |
( |
const std::string & |
pattern | ) |
|
◆ is_valid()
stdx::expected< void, std::string > http::server::RegexMatcher::is_valid |
( |
void |
| ) |
const |
|
overridevirtual |
◆ matches()
bool http::server::RegexMatcher::matches |
( |
const std::string & |
input | ) |
const |
|
overridevirtual |
◆ impl_
std::shared_ptr<Impl> http::server::RegexMatcher::impl_ |
|
private |
The documentation for this class was generated from the following files: