
Using Requires Expression in C++20 as a Standalone Feature
/
0 Comments
In my last post "Defining Concepts with Requires Expressions", I exemplified how you can use requires…

Defining Concepts with Requires Expressions
In my last post, "Define Concepts", I defined the concepts Integral, SignedIntegral, and UnsigendIntegral…
C++ 20 Techniques for Algorithmic Trading
Why do the biggest and most profitable trading firms use C++? In this webinar we will address this question…

Define Concepts
There are two ways to define a concept: You can combine existing concepts and compile-time predicates,…

Type Erasure
Type erasure based on templates is a pretty sophisticated technique. It bridges dynamic polymorphism…

10 Days Left to Register Yourself for my Mentoring Program “Fundamentals for C++ Professionals”
The registration for my mentoring program, "Fundamentals for C++ Professionals", is still open until…