Default comparisons (since C++20)
From cppreference.com
Comparison operator functions can be explicitly defaulted to request the compiler to generate the corresponding default comparison for a class.
Contents |