Back To Basics: Lambda Expressions - Barbara Geller & Ansel Sermersheim - CppCon 2020

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

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

  • @godDIEmanLIVE
    @godDIEmanLIVE 3 ปีที่แล้ว +7

    This presentation is clean af and clearly made by people who can empathize with plebs like me. Lambdas are one of the harder things to truly grasp. Excellent work, took notes, love it.

  • @digitalconsciousness
    @digitalconsciousness 3 ปีที่แล้ว +4

    There is no fluff to this video. All information. Get your notebook ready. You know nothing about lambdas, but you're about to.

  • @askalp
    @askalp 3 ปีที่แล้ว +5

    Thank you for such a well organized and informative session. Learnt lots.

  • @jhbonarius
    @jhbonarius 3 ปีที่แล้ว +6

    There are tricks so that lambda expressions can recurse. You can either assign the closure to a std::function variable declared beforehand which is captured by reference, or feed the lambda to itself as a parameter.

  • @NKernytskyy
    @NKernytskyy 3 ปีที่แล้ว +1

    Great lecture. Great explanation!
    Profound and comprehensive.

    • @CppCon
      @CppCon  3 ปีที่แล้ว

      Many thanks!

  • @varungupta5493
    @varungupta5493 ปีที่แล้ว

    Great talk, just a correction, lambda functions can and do recurse. A lambda function can call itself from within it.

  • @meepk633
    @meepk633 2 ปีที่แล้ว +1

    I love the CopperSpice youtube channel. They always have a clear logical progression to everything. And the examples they use are very illustrative without being too complicated. Check out the std::variant video to see what I mean.

  • @Radioguy00
    @Radioguy00 3 ปีที่แล้ว

    Well done. Very clear presentation. Thanks

  • @michals5346
    @michals5346 3 ปีที่แล้ว

    Great and very well-prepared presentation!

    • @CppCon
      @CppCon  3 ปีที่แล้ว

      Thanks for watching

  • @thunrou
    @thunrou 3 ปีที่แล้ว

    Great and detailed talk. Thank you

  • @nativesun7661
    @nativesun7661 3 ปีที่แล้ว

    Really good presentation.

  • @jaggis4914
    @jaggis4914 3 ปีที่แล้ว

    Great explanation! Thanks

  • @jvsnyc
    @jvsnyc 3 ปีที่แล้ว +1

    Just pushed the likes to an int_16 value from an unsigned byte. I may need to watch this a couple of times and take notes, but I have already resolved never to call a function object a functor again. I was one of those people taught by a great instructor "These two terms are equivalent in meaning in C++". He's still great, but I won't ever do that again.

  • @cristianandresvargasgonzal4510
    @cristianandresvargasgonzal4510 3 ปีที่แล้ว

    Thanks for this content is of many help

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

    nice

  • @ajit78910
    @ajit78910 3 ปีที่แล้ว

    Thank you 💕💐

  • @Sergei_Sai
    @Sergei_Sai 3 ปีที่แล้ว +1

    Thank you! Perfect lecture!

  • @superscatboy
    @superscatboy 3 ปีที่แล้ว +1

    Wholesome talk incoming...

  • @LambdaJack
    @LambdaJack 2 ปีที่แล้ว

    It won't cut it (IMHO)!!

  • @kuhluhOG
    @kuhluhOG 2 ปีที่แล้ว

    Copperspice, ah, I remember that Qt fork.

  • @pengdu7751
    @pengdu7751 2 ปีที่แล้ว

    excellent talk. although the format looks like some talks about finance or selling insurance.

  • @adodge2
    @adodge2 3 ปีที่แล้ว +1

    33:50 lol