STL std::unordered_multiset( C++11) (and custom hash function) | Modern Cpp Series Ep. 124

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

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

  • @thestarinthesky_
    @thestarinthesky_ Год назад +3

    I love these STL series! Comprehensive with great explanations!

  • @tigranmargaryan8031
    @tigranmargaryan8031 Год назад +5

    "The C++ Programming Language" is great! Just like your other playlists

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

    Thanks, Prof
    Learning never exhaust the mind: Leonardo Da Vinci
    I love C++

  • @scullyy
    @scullyy 9 месяцев назад +1

    This one was new to me, the {} brackets here:
    std::size_t h1 = std::hash{}(s.firstname);
    So we use uniform initialization to create a temporary object and an overloaded operator() returns a value immediately, assigning it to h1? That's pretty neat

    • @MikeShah
      @MikeShah  9 месяцев назад

      Neat indeed!

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

    Dear Mike, the voice quality of the set series is very low. I first thought there is something wrong on my laptop or headset :) Just wanted to let you know. on the std::pair the quality improves a lot. Thanks.

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

      Noted! I think there was an issue with the mic selected in a few videos around this time -- should be fixed now 🙂

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

    Is there a diagram showing the differences between containers,thanks you From egypt

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

      I'll have a wrap-up lesson and summarize. Otherwise there probably are some somewhere

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

      @@MikeShah Thanks, Prof