Template:cpp/note synthesized compare
From cppreference.com
The <
, <=
, >
, >=
, and !=
operators are synthesized from operator<=> and operator== respectively.