Callable Entities
- C-like functions
- C-like pointers to functions
- References to functions
- Functors (aka function objects)
- The result of applying operator .* or ->* with a pointer
to a member function on the right
Can add "()", possibly with arguments between, to RHS
|