...

/

Summary: Ranges and Views

Summary: Ranges and Views

A summary of what we discussed in the “Ranges and Views” chapter.

We'll cover the following...

This chapter presented a number of motivations behind using Range views to construct algorithms. By using views, we can compose algorithms efficiently, and with a ...