How to define operator< on n-tuple (for example on 3-tuple) so that it satisfy strict weak ordering concept ? I …
c++ strict-weak-ordering(Note: tuple and tie can be taken from Boost or C++11.) When writing small structs with only two elements, I …
c++ c++11 operators tuples strict-weak-ordering