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.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 1

  • @Atameow
    @Atameow หลายเดือนก่อน

    Great video. Thank you for sharing.