Better C++ Ranges
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced concepts in C++ Ranges through this conference talk from CppNow 2021. Delve into think-cell's 20-year experience developing a custom range library that extends beyond the C++ standard while maintaining compatibility. Learn about innovative approaches to improve efficiency, including a new concept surpassing iterators, self-contained range adaptors with lazy evaluation, and internal iteration techniques. Discover how customized return values can enhance code expressiveness and eliminate iterator end checks. Examine the application of these range features in text formatting, enabling lazily evaluated strings with optimized compile-time expansion. Gain insights from Arno Schödl, an experienced software architect and computer scientist, on creating more efficient and expressive C++ code using advanced range techniques.
Syllabus
Better C++ Ranges - Arno Schödl - [CppNow 2021]
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube