C++ Insights - Episode 53: Mastering C++23: Leveraging if consteval for more constexpr functions

preview_player
Показать описание
In this episode, you learn about yet another constexpr piece, if consteval, from C++23. I continue where I left off last time and complete the constexpr Assert function.

---

WORK WITH ME

I'm available for in-house C++ training classes, onsite or remote. You can also check out my self-study courses below.

‼️ 📅 🗓️ UPCOMING OPEN-ENROLLMENT CLASSES AND TALKS 🗓️ 📅 ‼️

Talks

- "Fast and small C++ - When efficiency matters", Meeting C++, November 16
- "Fast and small C++ - When efficiency matters", code::dive, November 25
- "Effizientes C++ - Tips und Tricks aus dem Alltag", ESE Kongress, December 04

STAY CONNECTED

ANDREAS' BOOKS

ANDREAS' SELF-STUDY COURSES

ANDREAS' CONFERENCE VIDEOS

MORE C++ INSIGHTS VIDEOS

SUPPORT THE PROJECT

#cppinsights #cpp #cpp23
Рекомендации по теме
Комментарии
Автор

Excellent example for if consteval, outlining with a practical use case the difference with std::is_constant_evaluated.
It builds a clear bridge between the pure compile-time world and the hybrid compile-time/run-time world represented byt constexpr context.
Great video, keep up the good work!

sebastienlevy