| 3246 | return true; |
| 3247 | } |
| 3248 | std::string describe() const override { |
| 3249 | return "Contains: " + ::Catch::Detail::stringify( m_comparator ); |
| 3250 | } |
| 3251 | |
| 3252 | std::vector<T> const& m_comparator; |
| 3253 | }; |
nothing calls this directly
no test coverage detected