TimelineCpp20Concepts

C++20: Define the Concept Regular and SemiRegular

/
When you want to define a concrete type that works well in the C++ ecosystem, you should define a type…
TimelineCpp20Concepts

C++20: Define the Concepts Equal and Ordering

/
In my last post, I defined the concept Equal. Now, I go one step further and use the concept Equal to…
TimelineCpp20Concepts

C++20: Define Concepts

/
With this post, I start my last fascinating topic to concepts: define your concepts. Consequentially,…
TimelineCpp20Concepts

C++20: Concepts – Predefined Concepts

/
C++20 has many predefined concepts. Consequentially, before you define your concept, you should know…