Inferno
0.2
|
Anything that can be called. More...
#include <cpptree.hpp>
Anything that can be called.
Types under Callable refer to a function's interface as seen by caller and as used in eg function pointers (which is simply Pointer to the function type). To actually have a function, with a body, you need an Instance with type filled in to something derived from Callable.
Definition at line 434 of file cpptree.hpp.