A View to a View
Offered By: CppNow via YouTube
Course Description
Overview
Explore the concept of views in C++17 through this conference talk from C++Now 2018. Dive into the complexities, pitfalls, and benefits of using views as fundamental building blocks in software design. Learn how views can enhance performance, create cleaner abstractions, and improve code readability. Examine the design, implementation, and usage of both standard library and user-specific views. Discover various types of views, including basic views, generators, ropes, transforms, and filters. Gain insights on when and how to use views effectively in your C++ projects. Benefit from Peter Bindels' expertise as he rethinks common programming concepts and explores new ideas in C++ development.
Syllabus
Intro
A view to a view
What is this presentation?
Terminology
Why views?
Maximize the amount of work not done
Much more readable code
Lifetime and ownership
Views and iterator types
What kinds of views are there?
Basic view types
Generators
Rope - Parsing code
Transform
Filter
Thinking with views
When to use views
How to make a simple view
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