| 3332 | |
| 3333 | template<typename T> |
| 3334 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
| 3335 | return Vector::EqualsMatcher<T>( comparator ); |
| 3336 | } |
| 3337 | |
| 3338 | template<typename T> |
| 3339 | Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { |
no test coverage detected