Inheritance diagram for Catch::Matchers::Vector::ContainsMatcher< T >:Public Member Functions | |
| ContainsMatcher (std::vector< T > const &comparator) | |
| bool | match (std::vector< T > const &v) const override |
| std::string | describe () const override |
Public Attributes | |
| std::vector< T > const & | m_comparator |
1.8.6