Talk: From Templates to Concepts
Talk: CppNow23: From Templates to Concepts, slides
Talk: CppNow23: From Templates to Concepts, slides
One can add custom entries to the program list in graphical desktop environments such as XFCE. You can either right-click on the menu or add a “.desktop” fil...
C++ is infamous for its extremely complex initialization. Since C++11 one can initialize class members directly at point of declaration. The official name is...
_
C++ is on its way to get a placeholder variable _ similar to other languages, e.g., Python, rust.
consteval
vs constexpr
vs runtime functions
There is this in-depth blog post going over consteval, constexpr, and runtime functions.