| 3649 | |
| 3650 | template<typename T> |
| 3651 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
| 3652 | return Vector::EqualsMatcher<T>( comparator ); |
| 3653 | } |
| 3654 | |
| 3655 | template<typename T> |
| 3656 | Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { |
no test coverage detected