| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected