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