Top "Strict-weak-ordering" questions

Operator< and strict weak ordering

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
Implementing comparison operators via 'tuple' and 'tie', a good idea?

(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