C++ 11 and C++ 14 came with a lot of new features. People tend to focus on lambdas and rvalue references, but today I’d like to talk about constexpr.
constexpr
Tags: c++, constexpr, Uncategorized