Template Class VectorContainsElementMatcher
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::Matchers::MatcherBase< std::vector< T, Alloc > >
(Template Class MatcherBase)
Class Documentation
-
template<typename T, typename Alloc>
class VectorContainsElementMatcher : public Catch::Matchers::MatcherBase<std::vector<T, Alloc>>