Use constexpr for faster, smaller, and safer code
With the release of C++14, the standards committee strengthened one of the coolest modern features of C++: constexpr. Now, C++ developers can write constant expressions and force their evaluation at compile-time, rather than at every invocation by users. This results in faster execution, smaller executables and, surprisingly, safer code. Undefined behavior has been the source … Continue reading Use constexpr for faster, smaller, and safer code
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed