#include <catch.hpp>
Definition at line 3573 of file 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() [1/2]
bool Catch::Matchers::StdString::RegexMatcher::match |
( |
std::string const & |
matchee | ) |
const |
|
override |
◆ match() [2/2]
◆ operator!()
◆ operator&&()
◆ operator||()
◆ toString()
std::string Catch::Matchers::Impl::MatcherUntypedBase::toString |
( |
| ) |
const |
|
inherited |
◆ m_cachedToString
std::string Catch::Matchers::Impl::MatcherUntypedBase::m_cachedToString |
|
mutableprotectedinherited |
◆ m_caseSensitivity
◆ m_regex
std::string Catch::Matchers::StdString::RegexMatcher::m_regex |
|
private |
The documentation for this struct was generated from the following file: