MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / UnorderedEquals

Function UnorderedEquals

tests/catch.hpp:3339–3341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3337
3338 template<typename T>
3339 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {
3340 return Vector::UnorderedEqualsMatcher<T>(target);
3341 }
3342
3343} // namespace Matchers
3344} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected