| 3327 | |
| 3328 | template<typename T> |
| 3329 | Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { |
| 3330 | return Vector::ContainsElementMatcher<T>( comparator ); |
| 3331 | } |
| 3332 | |
| 3333 | template<typename T> |
| 3334 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
nothing calls this directly
no outgoing calls
no test coverage detected