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

Function Equals

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

Source from the content-addressed store, hash-verified

2539}
2540
2541template <typename T> Vector::EqualsMatcher<T> Equals(std::vector<T> const &comparator) {
2542 return Vector::EqualsMatcher<T>(comparator);
2543}
2544
2545template <typename T> Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const &target) {
2546 return Vector::UnorderedEqualsMatcher<T>(target);

Callers 1

handleExceptionMatchExprFunction · 0.70

Calls 2

EqualsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected