| 3654 | |
| 3655 | template<typename T> |
| 3656 | Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { |
| 3657 | return Vector::ApproxMatcher<T>( comparator ); |
| 3658 | } |
| 3659 | |
| 3660 | template<typename T> |
| 3661 | Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { |
no outgoing calls
no test coverage detected