Introduction
Functions, function objects, and lambda functions are all part of the callable units class. They are 'called' to retrieve data or perform an action.
We'll cover the following...
ℹ️ This chapter is intentionally not exhaustive
This course is about the C++ Standard library, therefore, it will not go into detail about callable units. We will provide only as much information as is necessary to use them correctly in ...