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