У нас вы можете посмотреть бесплатно Overengineering max(a, b) Mixed Comparison Functions, Common References & Rust Lifetime Annotations или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
https://cpponsea.uk --- Overengineering `max(a, b)` - Mixed Comparison Functions, Common References, and Rust's Lifetime Annotations - Jonathan Müller - C++ on Sea 2024 --- max is a function that returns the maximum of two numbers. While it seems simple on the surface, there are some nuances if you want to make it fully generic. For starters, what is max(-1, 1u) or max(lvalue, prvalue)? Let's go on a journey of overengineering max. We'll implement better mixed comparison functions, discuss common types and common references, wish for time machines to correct language semantics, and end up implementing Rust-style lifetime annotations using template metaprogramming and lots and lots of macros. The end result is a true work of art that we may or may not be using in actual production code. --- Slides: https://github.com/philsquared/cppons... Sponsored by Bloomberg: https://www.bloomberg.com/company/val... Sponsored By think-cell: https://www.think-cell.com/cpponsea --- Jonathan Müller Jonathan is a Software Engineer at think-cell where he maintains the core libraries. He is the author of C++ open source projects like type_safe, a library of safety utilities and foonathan/memory, a memory allocator library. More recently, he’s taken an interest in programming languages and compilers and has published lexy, a parser library, and lauf, a bytecode interpreter. He is also on the C++ standardization committee where he is the assistant chair for std::ranges. --- C++ on Sea is the international C++ conference taking place by the sea, in the UK. Our venue is in Folkestone, Kent, near the entrance to the channel tunnel with stunning views across the English Channel. Annual C++ On Sea Conference - https://www.cpponsea.uk / cpponsea https://x.com/cpponsea https://www.facebook.com/profile.php?... / cpponsea https://vmst.io/@cpponsea Video Sponsors: --- YouTube Videos Filmed, Edited & Optimised by Digital Medium: https://events.digital-medium.co.uk --- #cpp #cplusplus #cppprogramming #cplusplusprogramming #cpponsea