Template Function Catch::Matchers::operator||(MatcherLHS const&, MatcherBase<ArgRHS> const&)
Defined in File catch_amalgamated.hpp
Function Documentation
-
template<typename MatcherLHS, typename ArgRHS>
std::enable_if_t<Detail::is_generic_matcher<MatcherLHS>::value, Detail::MatchAnyOfGeneric<MatcherLHS, MatcherBase<ArgRHS>>> Catch::Matchers::operator||(MatcherLHS const &lhs, MatcherBase<ArgRHS> const &rhs)