20 for (; (f1 != l1) and (f2 != l2); ++f1, (void)++f2) {
28 return (f1 == l1) and (f2 != l2);
constexpr auto lexicographical_compare(InputIt1 f1, InputIt1 l1, InputIt2 f2, InputIt2 l2, Compare comp) -> bool
Checks if the first range [f1, l1) is lexicographically less than the second range [f2,...
Definition lexicographical_compare.hpp:17