std::strong_equality (3) Linux Manual Page
std::strong_equality – std::strong_equality Synopsis Defined in header <compare> class strong_equality; (since C++20) The class type std::strong_equality is the result type of a three-way_comparison that * admits only equality and inequality comparisons (no less-than/greater-than) * implies substitutability: if a is equivalent to b, f(a) is also equivalent to f(b), where f denotes a function that reads…
