MCPcopy Create free account
hub / github.com/Profactor/cv-plot / UnorderedEquals

Function UnorderedEquals

CvPlot/ext/catch2/inc/catch.hpp:3713–3715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3711
3712 template<typename T>
3713 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {
3714 return Vector::UnorderedEqualsMatcher<T>(target);
3715 }
3716
3717} // namespace Matchers
3718} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected