| 3706 | |
| 3707 | template<typename T> |
| 3708 | Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { |
| 3709 | return Vector::ApproxMatcher<T>( comparator ); |
| 3710 | } |
| 3711 | |
| 3712 | template<typename T> |
| 3713 | Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { |
no outgoing calls
no test coverage detected