Struct StartsWithMatcher¶
Defined in File catch.hpp
Inheritance Relationships¶
Base Type¶
public Catch::Matchers::StdString::StringMatcherBase(Struct StringMatcherBase)
Struct Documentation¶
-
struct
Catch::Matchers::StdString::StartsWithMatcher: public Catch::Matchers::StdString::StringMatcherBase¶ Public Functions
-
StartsWithMatcher(CasedString const &comparator)¶
-
bool
match(std::string const &source) const override¶
-