Posts

C++23: More Small Pearls

/
With the static multidimensional subscript and call operator, the C++23 core language has more to offer. auto(x)…

C++23: The Small Pearls in the Core Language

/
The C++23 core language has more to offer than deducing this. Today, I will write about the small pearls. Literal…
AutomaticReturnType

Automatic Return Type (C++11/14/20)

/
I started my discussion about the  "Automatic Return Type (C++98)" in my last post. Today, I'm faced…
AutomaticReturnType

Automatic Return Type (C++98)

/
Depending on the used C++ standard, there are different ways to return the correct return type of a function…
02 type deduction

C++ Insights – Type Deduction

/
Andreas Fertigs story with C++ Insights goes on. This weeks post is about type deduction with auto and…
FunktionalTR1Cpp11Eng

Functional in TR1 and C++11

/
This post continues our journey through the functional features of classical, modern, and future C++.…