| 3010 | |
| 3011 | template<typename T> |
| 3012 | Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { |
| 3013 | return Vector::ContainsElementMatcher<T>( comparator ); |
| 3014 | } |
| 3015 | |
| 3016 | template<typename T> |
| 3017 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
nothing calls this directly
no outgoing calls
no test coverage detected