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

Function Contains

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

Source from the content-addressed store, hash-verified

2531// This allows the types to be inferred
2532
2533template <typename T> Vector::ContainsMatcher<T> Contains(std::vector<T> const &comparator) {
2534 return Vector::ContainsMatcher<T>(comparator);
2535}
2536
2537template <typename T> Vector::ContainsElementMatcher<T> VectorContains(T const &comparator) {
2538 return Vector::ContainsElementMatcher<T>(comparator);

Callers

nothing calls this directly

Calls 2

ContainsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected