Introduction
Functions, function objects and lamda functions are all part of the callable units class. They are 'called' to retrieve data or perform an action.
ℹ️ 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 ...