Struct RegexMatcher
Defined in File catch.hpp
Inheritance Relationships
Base Type
public Catch::Matchers::Impl::MatcherBase< std::string >
(Template Struct MatcherBase)
Struct Documentation
-
struct 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
-
virtual std::string describe() const override
-
RegexMatcher(std::string regex, CaseSensitive::Choice caseSensitivity)