C++ Class Template Argument Deduction - History, Uses, & Enabling it for Classes - Marshall Clow

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024
  • НаукаНаука

Комментарии • 7

  • @JATmatic
    @JATmatic Год назад +2

    39:30 A good C++ template joke: "When stuff misbehaves you get to see the smoking remains"

  • @joachimjoyaux179
    @joachimjoyaux179 Год назад

    Great talk. Thanks !

  • @Bolpat
    @Bolpat Год назад +1

    About the question if requires clauses are valid for deduction guides: Yes, you can use requires clauses on deduction guides.

  • @PaulMetalhero
    @PaulMetalhero Год назад

    Great talk

  • @Bolpat
    @Bolpat Год назад +1

    ​I wish compilers’ error messages wouldn’t spell out default template arguments. Also, why print namespaces, assuming the symbol is unambiguous.

  • @PlexiumGames
    @PlexiumGames Месяц назад

    What the fuck were those questions???? "Can you use template deduction with a member function?" TF? Have you ever used a template?