#include <string_matcher.hpp>
|
| regex (std::regex regex) |
|
bool | match (const char *test_string) const noexcept |
|
template<typename TChar, typename TTraits> |
void | print (std::basic_ostream< TChar, TTraits > &out) const |
|
Matches if the test string matches the regular expression.
◆ regex()
osmium::StringMatcher::regex::regex |
( |
std::regex | regex | ) |
|
|
inlineexplicit |
◆ match()
bool osmium::StringMatcher::regex::match |
( |
const char * | test_string | ) |
const |
|
inlinenoexcept |
◆ print()
template<typename TChar, typename TTraits>
void osmium::StringMatcher::regex::print |
( |
std::basic_ostream< TChar, TTraits > & | out | ) |
const |
|
inline |
◆ m_regex
std::regex osmium::StringMatcher::regex::m_regex |
|
private |
The documentation for this class was generated from the following file: