C++20: Define the Concepts Equal and Ordering--Rainer Grimm
Continuing on concepts.
C++20: Define the Concepts Equal and Ordering
by Rainer Grimm
From the article:
In my last post, I defined the concept Equal. Now, I go one step further and use the concept Equal to define the concept Ordering...