C++ Insights Episode 52: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code
I published a new C++ insights episode: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code.
In this episode, you learn about another constexpr piece, std::is_constant_evaluated from C++20. I will show you how std::is_constant_evaluated helps you to write even more constexpr code.
Source code: https://compiler-explorer.com/z/9zEMhejob
Andreas