Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Functions

template<class InputRange1, class InputRange2>
bool lexicographical_compare (const InputRange1 &range1, const InputRange2 &range2)
 lexicographical_compare implementation
template<class InputIterator1, class InputIterator2, class Compare>
bool lexicographical_compare (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2, Compare comp)
 lexicographical_compare implementation
template<class InputRange1, class InputRange2, class Compare>
bool lexicographical_compare (const InputRange1 &range1, const InputRange2 &range2, Compare comp)
 lexicographical_compare implementation

Detailed Description

See also

Function Documentation

◆ lexicographical_compare() [1/3]

template<class InputRange1, class InputRange2>
bool lexicographical_compare ( const InputRange1 & range1,
const InputRange2 & range2 )

Definition at line 38 of file lexicographical_compare.hpp.

◆ lexicographical_compare() [2/3]

template<class InputIterator1, class InputIterator2, class Compare>
bool lexicographical_compare ( InputIterator1 first1,
InputIterator1 last1,
InputIterator2 first2,
InputIterator2 last2,
Compare comp )

Definition at line 49 of file lexicographical_compare.hpp.

◆ lexicographical_compare() [3/3]

template<class InputRange1, class InputRange2, class Compare>
bool lexicographical_compare ( const InputRange1 & range1,
const InputRange2 & range2,
Compare comp )

Definition at line 62 of file lexicographical_compare.hpp.