Search⌘ K
AI Features

Introduction

Explore callable units such as functions, function objects, and lambda functions in C++. Understand how unary and binary predicates work and the importance of passing arguments by reference to modify container elements in STL algorithms.

We'll cover the following...

ℹ️ This chapter is intentionally not exhaustive
This course is about the C++ Standard library, therefore, it will no go into the details of callable units. I provide only as much information as it’s necessary to use them correctly in ...