Template Function Catch::Matchers::UnorderedEquals
Defined in File catch_amalgamated.hpp
Function Documentation
-
template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp>
UnorderedEqualsMatcher<T, AllocComp, AllocMatch> Catch::Matchers::UnorderedEquals(std::vector<T, AllocComp> const &target) Creates a matcher that matches vectors that is equal to
target
modulo permutation.