MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~WildcardPattern

Method ~WildcardPattern

unittests/catch.hpp:3092–3092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3090
3091 WildcardPattern( std::string const& pattern, CaseSensitive::Choice caseSensitivity );
3092 virtual ~WildcardPattern() = default;
3093 virtual bool matches( std::string const& str ) const;
3094
3095 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected