Lecture: C++23 ranges: conceptual changes and useful practicalities

Being introduced to C++20, ranges changed the way we write code. C++23 not only brings with it a large pile of new utilities but actually introduces a fundamental change to one of the core concepts in the ranges world - the view.

Absurd as it sounds, views can now also own their elements while still being cheap to pass around. This talk will explain how that works as well as describe the most useful algorithms and adaptors we can now take advantage of, like using `std::generator` to implement range adaptors, printing ranges, or even using the new `std::optional` monadic interface.

Info

Day: 2023-04-20
Start time: 14:00
Duration: 01:30
Room: Bristol I
Track: Modern C++

Links:

Feedback

Click here to let us know how you liked this event.

Concurrent Events