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

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 1

  • @sebastienlevy8127
    @sebastienlevy8127 3 місяці тому

    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!