C++ Logo

std-proposals

Advanced search

Re: Auto-generated comparison operators in class

From: Jake Arkinstall <jake.arkinstall_at_[hidden]>
Date: Thu, 26 Dec 2019 19:22:18 +0000
We have this through the spaceship operator in c++20:
https://en.cppreference.com/w/cpp/language/default_comparisons

See also: https://youtu.be/8jNXy3K2Wpk

Received on 2019-12-26 13:24:57