Get familiar with it, it's coming and it's going to help you!
Comparisons in C++20
by Barry Revzin
From the article:
Now that the Cologne meeting is over and we’ve more or less finalized (at least before the NB comments come in) C++20, I wanted to take the time to describe in detail one of the new language features we can look forward to. The feature is typically referred to as operator<=> (defined in the language as “three-way comparison operator” but more colloquially referred to as “operator spaceship”), but I think it has broader scope than that.
We’re not just getting a new operator, we’re significantly changing the semantics of how comparisons work at a language level...
Add a Comment
Comments are closed.