tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
lexicographical_compare.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename InputIt1, typename InputIt2>
constexpr auto lexicographical_compare (InputIt1 f1, InputIt1 l1, InputIt2 f2, InputIt2 l2) -> bool
 
template<typename InputIt1, typename InputIt2, typename Compare>
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, l2).