Template Function Catch::Matchers::Contains(Matcher&&)
Defined in File catch_amalgamated.hpp
Function Documentation
-
template<typename Matcher>
std::enable_if_t<Detail::is_matcher<Matcher>::value, ContainsMatcherMatcher<Matcher>> Catch::Matchers::Contains(Matcher &&matcher) Creates a matcher that checks whether a range contains element matching a matcher.