This course will introduce you to the Boost.Range library, a powerful toolset for range operations, iterators, and range-based algorithms. You will learn to utilize this library for writing cleaner and more efficient C++ code.
Overview
Syllabus
- Lesson 1: Introduction to Boost.Range
- Lesson 2: Range Algorithms in Boost.Range Library
- Lesson 3: Modifying Ranges In Place with Boost.Range
- Lesson 4: Pipe Operator in Boost.Range
- Lesson 5: Solving a Comprehensive Problem with Ranges