Same as the preceding lexicographical overload, taking explicit range lengths.
Synopsis
Declared in <bslalg_rangecompare.h>
template<class INPUT_ITER>
static
int
lexicographical(
INPUT_ITER start1,
INPUT_ITER end1,
size_type length1,
INPUT_ITER start2,
INPUT_ITER end2,
size_type length2);
Created with MrDocs