Template Function Catch::Matchers::operator||(MatcherLHS const&, MatcherRHS const&)

Function Documentation

template<typename MatcherLHS, typename MatcherRHS>
std::enable_if_t<Detail::are_generic_matchers<MatcherLHS, MatcherRHS>::value, Detail::MatchAnyOfGeneric<MatcherLHS, MatcherRHS>> Catch::Matchers::operator||(MatcherLHS const &lhs, MatcherRHS const &rhs)