16 Standard Library Algorithms

Objectives

In this chapter you’ll:

  • Understand minimum iterator requirements for working with Standard Library algorithms and containers.

  • Create anonymous functions using lambda expressions.

  • Capture local variables for use in lambda expressions.

  • Use containers and iterators with many of the dozens of Standard Library algorithms.

  • Use iterators with algorithms to access and manipulate the elements of Standard Library containers.

  • Pass lambda expressions, function pointers and function objects into Standard Library algorithms to help them perform their tasks.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset