Compare Ranges
The functions describe below allow us to check the degree of equality between ranges.
With std::equal you can compare ranges on equality. With std::lexicographical_compare and std::mismatch you discover which ...
The functions describe below allow us to check the degree of equality between ranges.
With std::equal you can compare ranges on equality. With std::lexicographical_compare and std::mismatch you discover which ...