Struct RegexMatcher

Inheritance Relationships

Base Type

Struct Documentation

struct Catch::Matchers::StdString::RegexMatcher : public Catch::Matchers::Impl::MatcherBase<std::string>

Public Functions

RegexMatcher(std::string regex, CaseSensitive::Choice caseSensitivity)
bool match(std::string const &matchee) const override
std::string describe() const override