| 3696 | |
| 3697 | template<typename T> |
| 3698 | Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { |
| 3699 | return Vector::ContainsElementMatcher<T>( comparator ); |
| 3700 | } |
| 3701 | |
| 3702 | template<typename T> |
| 3703 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
nothing calls this directly
no outgoing calls
no test coverage detected