| 2611 | return true; |
| 2612 | } |
| 2613 | std::string describe() const override { |
| 2614 | return "Equals: " + ::Catch::Detail::stringify( m_comparator ); |
| 2615 | } |
| 2616 | std::vector<T> const& m_comparator; |
| 2617 | }; |
| 2618 |
nothing calls this directly
no test coverage detected