Ten operátor by měl mít význam hlavně při jeho přetěžování. Psát blok všech variant je na pikaču
bool operator>(const T &other) const;
bool operator<(const T &other) const;
bool operator=>(const T &other) const;
bool operator=<(const T &other) const;
bool operator!=(const T &other) const;
bool operator==(const T &other) const;
vs
int operator<=>(const T &other) const;