c++ C++ constexpr functions C++11 introduced constexpr functions which can be evaluated at compile time. This post outlines some ways of using this helpful feature.