
Template Instantiation
/
0 Comments
Template instantiation is creating a concrete function or a concrete class out of a function or class…

And the Winners for the Five Vouchers for Stephan’s Book “Clean C++20” are
I'm happy to present the five winners in this post including their answers.
I was happy…

Performance of the Parallel STL Algorithms
In my last post, "Parallel Algorithms of the STL with the GCC Compiler", I presented the necessary theory…

Parallel Algorithms of the STL with the GCC Compiler
GCC supports my favorite C++17 feature: the Standard Template Library (STL) parallel algorithms. I recognized…

Five Vouchers for Stephan Roth’s Book “Clean C++20” to Win
I give away five vouchers for Stephan Roth's book "Clean C++20", sponsored by the book's publisher Apress.
There…

Full Specialization of Function Templates
As you may know from my previous post, Template Specialization, a function template can only be full…