tinympl
0.2
mini MPL library for C++11
|
Compares two sequences using the given comparator. More...
#include <tinympl/lexicographical_compare.hpp>
Compares two sequences using the given comparator.
SequenceA | the First sequence |
SequenceB | the second sequence |
Comparator | the comparator (default less) |
std::integral_constant<int,v>
where v
is -1 if the first sequence is lexicographically smaller than the second, 1 if the first is greater than the second and 0 if the two sequences are equal.