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

Function UnorderedEquals

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

Source from the content-addressed store, hash-verified

2678
2679 template<typename T>
2680 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {
2681 return Vector::UnorderedEqualsMatcher<T>(target);
2682 }
2683
2684} // namespace Matchers
2685} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected