Posts

TimelineCpp20Concepts

Check Types with Concepts

/
Concepts are a powerful and elegant tool to check at compile time if a type fulfills. Thanks to static_assert,…
banner 1183445 1280

C++ Core Guidelines: Regular and SemiRegular Types

/
The topic for today is quite important when you create your type: Regular and SemiRegular types.   Here…