Posts
C++23: More Small Pearls
/
4 Comments
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…
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…
Automatic Return Type (C++98)
Depending on the used C++ standard, there are different ways to return the correct return type of a function…
C++ Insights – Type Deduction
Andreas Fertigs story with C++ Insights goes on. This weeks post is about type deduction with auto and…
Functional in TR1 and C++11
This post continues our journey through the functional features of classical, modern, and future C++.…