MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ContainsMatcher

Method ContainsMatcher

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

Source from the content-addressed store, hash-verified

2567 struct ContainsMatcher : MatcherBase<std::vector<T>> {
2568
2569 ContainsMatcher(std::vector<T> const &comparator) : m_comparator( comparator ) {}
2570
2571 bool match(std::vector<T> const &v) const override {
2572 // !TBD: see note in EqualsMatcher

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected