the C++ Standards Committee added operator <=> to the working draft for what will eventually become C++20
#improvement
https://medium.com/@barryrevzin/implementing-the-spaceship-operator-for-optional-4de89fc6d5ec
#improvement
https://medium.com/@barryrevzin/implementing-the-spaceship-operator-for-optional-4de89fc6d5ec
Medium
Implementing the spaceship operator for optional
Last week, the C++ Standards Committee added operator<=>, known as the spaceship operator, to the working draft for what will eventually…