Template Function Catch::Matchers::RangeEquals(RangeLike&&)
Defined in File catch_amalgamated.hpp
Function Documentation
-
template<typename RangeLike>
std::enable_if_t<!Detail::is_matcher<RangeLike>::value, RangeEqualsMatcher<RangeLike, std::equal_to<>>> Catch::Matchers::RangeEquals(RangeLike &&range) Creates a matcher that checks if all elements in a range are equal to all elements in another range.
Uses
std::equal_to
to do the comparison