MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / EqualsMatcher

Method EqualsMatcher

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2465–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2463template <typename T> struct EqualsMatcher : MatcherBase<std::vector<T>> {
2464
2465 EqualsMatcher(std::vector<T> const &comparator) : m_comparator(comparator) {
2466 }
2467
2468 bool match(std::vector<T> const &v) const override {
2469 // !TBD: This currently works if all elements can be compared using !=

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected