'
Mar 28, 2025'if consteval' in C++20 - A Better Alternative to is_constant_evaluated()
Introduction When working with constexpr and consteval in C++, developers may run into...
Mar 28, 20253 min read2 reactions0 comments
Tag archive
Introduction When working with constexpr and consteval in C++, developers may run into...

Most STL algorithms work great with homogeneous containers like std::vector or std::array. But what...
Ever since C++ introduced the constexpr keyword in C++11, each new standard brought us more and more...