Iterators May Stay
Offered By: CppNow via YouTube
Course Description
Overview
Explore the concept of iterators in C++ through Sebastian Redl's comprehensive presentation from C++Now 2014. Delve into range libraries, the Range Study Group 94, and range library goals. Examine topics such as equal range, writing iterators, efficiency, and safety. Investigate the intricacies of range operations, including find and position lifetime issues. Gain insights into the safety aspects of iterators and their implementation in C++. Access accompanying slides for a deeper understanding of the material presented in this informative talk.
Syllabus
Introduction
Range Libraries
Range Study Group 94
Range Library Goals
Equal Range
Writing Iterators
Efficiency
Safety
Range
Summary
Is it safe
Is it safe inerik
range operations
find
position
lifetime missions
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