C++ named requirements: Callable
Min standard notice:
A Callable type is a type for which the INVOKE and INVOKE
# Notes
Pointers to data members are Callable, even though no function calls take place.
A Callable type is a type for which the INVOKE and INVOKE
Pointers to data members are Callable, even though no function calls take place.