Template Function Catch::Detail::is_permutation
Defined in File catch_amalgamated.hpp
Function Documentation
-
template<typename ForwardIter1, typename Sentinel1, typename ForwardIter2, typename Sentinel2, typename Comparator>
bool Catch::Detail::is_permutation(ForwardIter1 first_1, const Sentinel1 end_1, ForwardIter2 first_2, const Sentinel2 end_2, Comparator cmp)