Generic Programming in C++ - Bjarne Stroustrup

Поділитися
Вставка
  • Опубліковано 17 лют 2024
  • Generic programming has been the backbone of the ISO C++ standard library and much other code for decades. With C++20 the support for generic programming has improved to the point where we can improve our design techniques.
    This talk reviews the current language support for generic programming focusing on concepts, compile-time evaluation, type deduction, and modules. Relying on those features significantly improves the ways we can express our ideas.
    I will also present a few examples where even C++23 doesn’t completely support the needs of modern generic programming.

КОМЕНТАРІ • 2

  • @iblard
    @iblard 19 годин тому

    Dr. Stroustrup slides always look like a list of points for him to discuss than a visual aid to present the topic.

  • @Atameow

    Great video. Thank you for sharing.