#include <catch.hpp>
◆ RegexMatcher()
Catch::Matchers::StdString::RegexMatcher::RegexMatcher |
( |
std::string |
regex, |
|
|
CaseSensitive::Choice |
caseSensitivity |
|
) |
| |
◆ describe()
std::string Catch::Matchers::StdString::RegexMatcher::describe |
( |
| ) |
const |
|
overridevirtual |
◆ match()
bool Catch::Matchers::StdString::RegexMatcher::match |
( |
std::string const & |
matchee | ) |
const |
|
override |
◆ m_caseSensitivity
◆ m_regex
std::string Catch::Matchers::StdString::RegexMatcher::m_regex |
|
private |
The documentation for this struct was generated from the following file: