| ▲ | gpderetta 9 hours ago | |
> There's no way to spell out this function's type, and no way to store it anywhere. This is true of regular functions too! well regular functions decay to function pointers. You could have the moral equivalent of std::function_ref (or similarly, borland __closure) in C of course and have closures decay to it. | ||