CppCon 2019: V. Romeo “Higher-order functions in Modern C++: existing techniques and function_ref”

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024

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

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

    Slides available on
    github.com/SuperV1234/cppcon2019
    Paper available at
    wg21.link/p0792

  • @condychen4837
    @condychen4837 4 ปีที่แล้ว +1

    Great talk!
    The zero-allocation & no type erasure futures inspires me!

    • @condychen4837
      @condychen4837 4 ปีที่แล้ว +1

      I don't know P0573 will be accepted. It's just a syntax sugar

  • @ivaneo_m
    @ivaneo_m 4 ปีที่แล้ว

    16:00 This is how code of the print function should look like:
    std::copy( v.begin(), v.end(), std::ostream_iterator( std::cout, ", "));