Template Function Catch::Matchers::operator!(MatcherT const&)

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.