swift
|
Callable wrapper for a member function with function signature F. More...
Callable wrapper for a member function with function signature F.
General template, not implemented; the partial specialization for function signatures is what does the actual work (similar to how std::function is defined).