| 2668 | |
| 2669 | template<typename T> |
| 2670 | Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { |
| 2671 | return Vector::ContainsElementMatcher<T>( comparator ); |
| 2672 | } |
| 2673 | |
| 2674 | template<typename T> |
| 2675 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
nothing calls this directly
no outgoing calls
no test coverage detected