24.3.3 Function Objects
Instance of a class that defines the function call operator
Same syntax as an ordinary function
Reasons to use:
Stored in a variable
Passed as an argument
Returned from a function
Can carry state
prev
|
top
|
next