Operator< and strict weak ordering

strict weak ordering This is a mathematical term to define a relationship between two objects. Its definition is: Two objects x and y are equivalent if both f(x, y) and f(y, x) are false. Note that an object is always (by the irreflexivity invariant) equivalent to itself. In terms of C++ this means if you … Read more