Template Function Catch::Matchers::operator!(MatcherT const&)
Defined in File catch_amalgamated.hpp
Function Documentation
-
template<typename MatcherT>
std::enable_if_t<Detail::is_generic_matcher<MatcherT>::value, Detail::MatchNotOfGeneric<MatcherT>> Catch::Matchers::operator!(MatcherT const &matcher) Wrap provided generic matcher in generic negator.