| 3350 | |
| 3351 | template<typename T> |
| 3352 | Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { |
| 3353 | return Vector::ApproxMatcher<T>( comparator ); |
| 3354 | } |
| 3355 | |
| 3356 | template<typename T> |
| 3357 | Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { |
no outgoing calls
no test coverage detected