C++: Placeholder _
C++ is on its way to get a placeholder variable _ similar to other languages, e.g., Python, rust.
_
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.
Were you always intrigued by inline, static, extern keywords in C++? Then look no further. This stackoverflow answer is as short and precise as it can be.
cppiceberg
https://youtu.be/9fRnSQkpNGg Summary: cppcon23 talk about performance impact of mdspan Refresher on mdspanstd::mdspan is a non-owning (!) view of mu...