| 2587 | return true; |
| 2588 | } |
| 2589 | std::string describe() const override { |
| 2590 | return "Contains: " + ::Catch::Detail::stringify( m_comparator ); |
| 2591 | } |
| 2592 | |
| 2593 | std::vector<T> const& m_comparator; |
| 2594 | }; |
nothing calls this directly
no test coverage detected