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