| 3755 | |
| 3756 | template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp> |
| 3757 | Vector::UnorderedEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp> const& target) { |
| 3758 | return Vector::UnorderedEqualsMatcher<T, AllocComp, AllocMatch>( target ); |
| 3759 | } |
| 3760 | |
| 3761 | } // namespace Matchers |
| 3762 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected