| 2673 | |
| 2674 | template<typename T> |
| 2675 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
| 2676 | return Vector::EqualsMatcher<T>( comparator ); |
| 2677 | } |
| 2678 | |
| 2679 | template<typename T> |
| 2680 | Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { |
no test coverage detected