Posts tagged C++20

DSL function objects (C++)

In this blog post I’m going to describe metaprogramming technique that arose when I was working on my WIP library. I have not seen it before so I coined the term DSL (Domain Spesific Language) function object.

Read more ...